From 2bc90939869268aec55d33fb478d524a27cb4a5c Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 20 Oct 1998 07:41:26 +0000 Subject: find png etc. headers in LOCALBASE --- www/htmldoc/patches/patch-aa | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 www/htmldoc/patches/patch-aa (limited to 'www/htmldoc') diff --git a/www/htmldoc/patches/patch-aa b/www/htmldoc/patches/patch-aa new file mode 100644 index 00000000000..a638ee5e8a8 --- /dev/null +++ b/www/htmldoc/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 1998/10/20 07:41:26 hubertf Exp $ +configure didn't find the png etc. includes in $LOCALBASE + + +--- Makefile.in.BAK Tue Oct 20 09:27:52 1998 ++++ Makefile.in Tue Oct 20 09:28:42 1998 +@@ -40,8 +40,8 @@ + # Compiler options... + # + +-CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -DSVERSION=\"$(SVERSION)\" +-LDFLAGS = @LDFLAGS@ ++CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -DSVERSION=\"$(SVERSION)\" -I${LOCALBASE}/include ++LDFLAGS = @LDFLAGS@ -L${LOCALBASE}/lib + + LIBS = @LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -lm + -- cgit v1.2.3