diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-10-20 07:41:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-10-20 07:41:26 +0000 |
commit | 2bc90939869268aec55d33fb478d524a27cb4a5c (patch) | |
tree | e4afb35144d441fee48cf20f4e507f148f065e9e /www/htmldoc | |
parent | 305e91aa58e7e9b03972f5d51040dde2b14cdb12 (diff) | |
download | pkgsrc-2bc90939869268aec55d33fb478d524a27cb4a5c.tar.gz |
find png etc. headers in LOCALBASE
Diffstat (limited to 'www/htmldoc')
-rw-r--r-- | www/htmldoc/patches/patch-aa | 17 |
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 + |