]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/blobdiff - libpng-opt.patch
- don't use RPM_OPT_FLAGS directly
[packages/crossmingw32-libpng.git] / libpng-opt.patch
index 392206a09b39428621579ac9b963bd6b362304a8..61452059f80746da8657f93dcef10cc3f0ff7050 100644 (file)
@@ -18,8 +18,31 @@ diff -Nru libpng-1.0.5/scripts/makefile.linux libpng-1.0.5.new/scripts/makefile.
  
 -CFLAGS=-I$(ZLIBINC) -Wall -O3 -funroll-loops \
 -      $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
-+CFLAGS=-I$(ZLIBINC) -Wall $(RPM_OPT_FLAGS) -funroll-loops \
++CFLAGS=-I$(ZLIBINC) -Wall $(OPT_FLAGS) -funroll-loops \
 +      $(ALIGN) # $(WARNMORE) -DPNG_DEBUG=5
  LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng -lz -lm
  
+ RANLIB=ranlib
+--- libpng-1.0.8/scripts/makefile.gcmmx.old    Mon Jul 24 13:34:14 2000
++++ libpng-1.0.8/scripts/makefile.gcmmx        Wed Nov  1 13:29:17 2000
+@@ -13,8 +13,8 @@
+ # Where the zlib library and include files are located
+ #ZLIBLIB=/usr/local/lib
+ #ZLIBINC=/usr/local/include
+-ZLIBLIB=../zlib
+-ZLIBINC=../zlib
++ZLIBLIB=/usr/lib
++ZLIBINC=
+ ALIGN=
+ # for i386:
+@@ -26,8 +26,7 @@
+ # for pgcc version 2.95.1, -O3 is buggy; don't use it.
+-CFLAGS=-DPNG_USE_PNGGCCRD -I$(ZLIBINC) -Wall -O3 $(ALIGN) -funroll-loops \
+-        -fomit-frame-pointer  # $(WARNMORE) -g -DPNG_DEBUG=5
++CFLAGS=-DPNG_USE_PNGGCCRD -I$(ZLIBINC) -Wall $(OPT_FLAGS) $(ALIGN) -funroll-loops 
+ LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng -lz -lm
  RANLIB=ranlib
This page took 0.066868 seconds and 4 git commands to generate.