diff options
author | abs <abs@pkgsrc.org> | 1999-06-04 01:22:37 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-06-04 01:22:37 +0000 |
commit | ce464992ce34bc7331a2c2fa7420ba73172fdd53 (patch) | |
tree | e8157fe48343dc33862a29d83f8517c021071370 /www/htmldoc/patches | |
parent | c48eb93f00e0e0aa040a42a73119750ba0f0dc19 (diff) | |
download | pkgsrc-ce464992ce34bc7331a2c2fa7420ba73172fdd53.tar.gz |
Update to 1.7. Also ensure we use jpeg and png.
Diffstat (limited to 'www/htmldoc/patches')
-rw-r--r-- | www/htmldoc/patches/patch-aa | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/htmldoc/patches/patch-aa b/www/htmldoc/patches/patch-aa index a638ee5e8a8..e316192c296 100644 --- a/www/htmldoc/patches/patch-aa +++ b/www/htmldoc/patches/patch-aa @@ -1,16 +1,14 @@ -$NetBSD: patch-aa,v 1.1 1998/10/20 07:41:26 hubertf Exp $ -configure didn't find the png etc. includes in $LOCALBASE +# $NetBSD: patch-aa,v 1.2 1999/06/04 01:22:38 abs Exp $ - ---- Makefile.in.BAK Tue Oct 20 09:27:52 1998 -+++ Makefile.in Tue Oct 20 09:28:42 1998 -@@ -40,8 +40,8 @@ +--- Makefile.in.orig Thu Jun 3 18:03:15 1999 ++++ Makefile.in Thu Jun 3 18:03:33 1999 +@@ -35,8 +35,8 @@ # Compiler options... # --CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -DSVERSION=\"$(SVERSION)\" +-CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -LDFLAGS = @LDFLAGS@ -+CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -DSVERSION=\"$(SVERSION)\" -I${LOCALBASE}/include ++CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -I${LOCALBASE}/include +LDFLAGS = @LDFLAGS@ -L${LOCALBASE}/lib LIBS = @LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ -lm |