summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-10-20 07:41:26 +0000
committerhubertf <hubertf>1998-10-20 07:41:26 +0000
commitb1c4ee29d2c71e7d6481f9a345c7d117ca4b9b57 (patch)
treee4afb35144d441fee48cf20f4e507f148f065e9e
parentca79e2e22d3c414a15fde239f0f4579d351cb9b3 (diff)
downloadpkgsrc-b1c4ee29d2c71e7d6481f9a345c7d117ca4b9b57.tar.gz
find png etc. headers in LOCALBASE
-rw-r--r--www/htmldoc/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
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
+