packages: fotoxx/fotoxx-Makefile.patch - adjusted for 9.1

amateja amateja at pld-linux.org
Mon Dec 28 09:46:16 CET 2009


Author: amateja                      Date: Mon Dec 28 08:46:16 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adjusted for 9.1

---- Files affected:
packages/fotoxx:
   fotoxx-Makefile.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/fotoxx/fotoxx-Makefile.patch
diff -u packages/fotoxx/fotoxx-Makefile.patch:1.3 packages/fotoxx/fotoxx-Makefile.patch:1.4
--- packages/fotoxx/fotoxx-Makefile.patch:1.3	Thu Nov 26 15:19:08 2009
+++ packages/fotoxx/fotoxx-Makefile.patch	Mon Dec 28 09:46:11 2009
@@ -3,9 +3,9 @@
 @@ -5,8 +5,10 @@
  SOURCE = $(PROGRAM)-$(VERSION).cpp
  
- # replace CFLAGS and LFLAGS -O (Oh) with -g for GDB debugging
--CFLAGS = -O -Wall -c `pkg-config --cflags gtk+-2.0`
--LFLAGS = -O -Wall -rdynamic `pkg-config --libs gtk+-2.0 gthread-2.0`
+ # replace CFLAGS and LFLAGS -O3 with -g for GDB debugging
+-CFLAGS = -O3 -Wall -c `pkg-config --cflags gtk+-2.0`
+-LFLAGS = -O3 -Wall -rdynamic `pkg-config --libs gtk+-2.0 gthread-2.0`
 +CFLAGS := $(OPTCFLAGS) -Wall $(shell pkg-config --cflags gtk+-2.0)
 +LDFLAGS := $(OPTLDFLAGS) -rdynamic
 +LIBS := $(OPTLIBS) $(shell pkg-config --libs gtk+-2.0 gthread-2.0) -lfreeimage
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fotoxx/fotoxx-Makefile.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list