summaryrefslogtreecommitdiff
path: root/graphics/png/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-03-28 13:48:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-03-28 13:48:46 +0000
commit5e30defae15005bfd4701ec8f200184503d91476 (patch)
treea31bdd500db718edda5715639f990b67ae28b921 /graphics/png/files
parentAdd missing @dirrm's, and sort the PLIST. (diff)
Upgrade to 1.0.1
Notes
Notes: svn path=/head/; revision=10343
Diffstat (limited to 'graphics/png/files')
-rw-r--r--graphics/png/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/files/patch-aa b/graphics/png/files/patch-aa
index a408834eeb7e..603f34b3d644 100644
--- a/graphics/png/files/patch-aa
+++ b/graphics/png/files/patch-aa
@@ -1,5 +1,5 @@
-*** makefile.std.orig Sat Feb 28 16:00:24 1998
---- makefile.std Mon Mar 2 22:20:36 1998
+*** scripts/makefile.std.orig Sat Mar 7 23:12:04 1998
+--- scripts/makefile.std Sat Mar 28 16:39:42 1998
***************
*** 5,33 ****
# Where the zlib library and include files are located
@@ -29,7 +29,7 @@
$(RANLIB) $@
pngtest: pngtest.o libpng.a
- $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
+ $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
--- 5,42 ----
# Where the zlib library and include files are located
@@ -38,7 +38,7 @@
! #ZLIBLIB=../zlib
! #ZLIBINC=../zlib
-! VER=0.99
+! VER=2.1
! #CC=cc
! #CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
! LDFLAGS=-L. -lpng -lz -lm -static
@@ -68,7 +68,7 @@
+ ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -o $@ $(OBJS:S/o$/so/g) -lz -lm
+
pngtest: pngtest.o libpng.a
- $(CC) -o pngtest $(CCFLAGS) pngtest.o $(LDFLAGS)
+ $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
***************
*** 37,48 ****