]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- fix paths in png2pnm and pnm2png makefile libpng-1_0_8-4 libpng-1_0_8-5
authorbszx <bszx@pld-linux.org>
Fri, 17 Nov 2000 17:46:18 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-pngminus.patch -> 1.1

libpng-pngminus.patch [new file with mode: 0644]

diff --git a/libpng-pngminus.patch b/libpng-pngminus.patch
new file mode 100644 (file)
index 0000000..a5c26b6
--- /dev/null
@@ -0,0 +1,26 @@
+--- libpng-1.0.8/contrib/pngminus/makefile.std.old     Sat Nov 27 13:41:26 1999
++++ libpng-1.0.8/contrib/pngminus/makefile.std Wed Nov  1 13:05:06 2000
+@@ -9,18 +9,18 @@
+ RM=rm
+ CP=cp
+-PNGPATH = /usr/local
++PNGPATH = ../..
+ PNGINC = $(PNGPATH)/include
+-#PNGLIB = $(PNGPATH)/lib -lpng
+-PNGLIB = $(PNGPATH)/lib/libpng.a
++PNGLIB = $(PNGPATH)/ -lpng
++#PNGLIB = $(PNGPATH)/lib/libpng.a
+ ZPATH = /usr/local
+ ZINC = $(ZPATH)/include
+ #ZLIB = $(ZPATH)/lib -lz
+ ZLIB = $(ZPATH)/lib/libz.a
+-CCFLAGS=-I$(PNGINC) -I$(ZINC)
+-LDFLAGS=-L$(PNGLIB) -L$(ZLIB)
++CCFLAGS=$(RPM_OPT_FLAGS) -I$(PNGINC)
++LDFLAGS= -s -L$(PNGLIB)
+ C=.c
+ O=.o
+ L=.a
This page took 0.044385 seconds and 4 git commands to generate.