source: rtems-graphics-toolkit/patches/fltk/0001-fltk-cairotest-fix-build.patch @ a2dc50f

Last change on this file since a2dc50f was a2dc50f, checked in by Gedare Bloom <gedare@…>, on 01/17/14 at 14:23:43

patches: new subdirectory for upstream patches not yet merged

  • Property mode set to 100644
File size: 861 bytes
  • fltk-1.3.0/test/Makefile

    From d3c22afda2ea28e6312cfe9e7131d55598f010a5 Mon Sep 17 00:00:00 2001
    From: Chirayu Desai <cdesai@cyanogenmod.org>
    Date: Wed, 1 Jan 2014 19:21:37 +0530
    Subject: [PATCH 1/2] fltk: cairotest: fix build
    
    ---
     fltk-1.3.0/test/Makefile | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/fltk-1.3.0/test/Makefile b/fltk-1.3.0/test/Makefile
    index f7bbd6c546..a3e0bf7a79 100644
    a b shape$(EXEEXT): shape.o 
    513513
    514514cairo_test$(EXEEXT): cairo_test.o
    515515        echo Linking $@...
    516         $(CXX) $(ARCHFLAGS) $(CAIROFLAGS) $(LDFLAGS) -o $@ cairo_test.o $(LINKFLTK) $(LINKFLTKCAIRO) $(GLDLIBS)
     516        $(CXX) $(ARCHFLAGS) $(CAIROFLAGS) $(LDFLAGS) -o $@ cairo_test.o $(LINKFLTK) $(LINKFLTKCAIRO) $(GLDLIBS) -ljpeg -lpng -lz
    517517
    518518#
    519519# End of "$Id: Makefile 8389 2011-02-06 14:08:08Z manolo $".
Note: See TracBrowser for help on using the repository browser.