diff options
author | jlam <jlam> | 2000-10-06 01:38:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-06 01:38:50 +0000 |
commit | ea1457de733685bd78a28a463d039057ef037972 (patch) | |
tree | 1c775aa3f998bdbe89767c1b36e2e307efccf9b1 /graphics | |
parent | 98a399cab5add5021ca0faa6c5e088289034ddcc (diff) | |
download | pkgsrc-ea1457de733685bd78a28a463d039057ef037972.tar.gz |
Honor CFLAGS passed in from environment.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/png/patches/patch-aa | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/files/patch-sum b/graphics/png/files/patch-sum index fa5e08e1e66..7866833b26f 100644 --- a/graphics/png/files/patch-sum +++ b/graphics/png/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.6 2000/07/03 12:06:48 rh Exp $ +$NetBSD: patch-sum,v 1.7 2000/10/06 01:38:50 jlam Exp $ -MD5 (patch-aa) = 282a3ba6fce8e4476a1ccf75afc7cb9b +MD5 (patch-aa) = 54940923f32359a14f738d34a7db807a diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa index 699eb67b5b3..a46898baf96 100644 --- a/graphics/png/patches/patch-aa +++ b/graphics/png/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.10 2000/06/03 19:46:44 wiz Exp $ +$NetBSD: patch-aa,v 1.11 2000/10/06 01:38:51 jlam Exp $ ---- scripts/makefile.std.orig Fri Jul 31 17:15:22 1998 -+++ scripts/makefile.std Thu Mar 4 14:15:31 1999 +--- scripts/makefile.std.orig Wed Dec 8 18:44:40 1999 ++++ scripts/makefile.std @@ -3,7 +3,7 @@ # For conditions of distribution and use, see copyright notice in png.h @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.10 2000/06/03 19:46:44 wiz Exp $ -CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=5 -LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm +CC=${LIBTOOL} --mode=compile cc -+CFLAGS=-O # -g -DPNG_DEBUG=5 ++CFLAGS+=-O # -g -DPNG_DEBUG=5 +LDFLAGS=libpng.la -lz -lm #RANLIB=echo |