summaryrefslogtreecommitdiff
path: root/www/webalizer/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-27 09:06:37 +0000
committeragc <agc@pkgsrc.org>1999-08-27 09:06:37 +0000
commit916a3550bbd674f48e790fbc7a1fb1054c460ec9 (patch)
tree2ab79e4d2f34748f189e98809a1c319a511edb9d /www/webalizer/patches
parentd9e818a521028824805fb6447e43633b9240a82e (diff)
downloadpkgsrc-916a3550bbd674f48e790fbc7a1fb1054c460ec9.tar.gz
Update this package to depend on gd-1.6.3, with the resulting GIF ->
PNG changes necessary.
Diffstat (limited to 'www/webalizer/patches')
-rw-r--r--www/webalizer/patches/patch-ad15
1 files changed, 12 insertions, 3 deletions
diff --git a/www/webalizer/patches/patch-ad b/www/webalizer/patches/patch-ad
index af5b38cf0d7..6bd18a4e342 100644
--- a/www/webalizer/patches/patch-ad
+++ b/www/webalizer/patches/patch-ad
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.1 1999/08/26 20:25:44 mjl Exp $
+$NetBSD: patch-ad,v 1.2 1999/08/27 09:06:38 agc Exp $
---- Makefile.in.orig Tue Jun 29 07:12:40 1999
-+++ Makefile.in Thu Aug 26 22:16:11 1999
+--- Makefile.in.orig Tue Jun 29 06:12:40 1999
++++ Makefile.in Fri Aug 27 09:55:04 1999
+@@ -23,7 +23,7 @@
+ MANDIR = @mandir@/man1
+ CC = @CC@
+ CFLAGS = @CFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lpng -lz
+ DEFS = @DEFS@
+ LDFLAGS= @LDFLAGS@
+ INSTALL= @INSTALL@
@@ -41,7 +41,7 @@
$(CC) ${LDFLAGS} -o webalizer webalizer.o graphs.o ${LIBS}