summaryrefslogtreecommitdiff
path: root/net/mrtg/patches
diff options
context:
space:
mode:
authorjlam <jlam>1999-11-01 03:37:35 +0000
committerjlam <jlam>1999-11-01 03:37:35 +0000
commit63413faeea46d6e248057254cbf41d26ec7aad3d (patch)
tree669b1e99030e4505bdf098bb0e5bb3ee6e4b41d1 /net/mrtg/patches
parent9b7dd859739801506410d5f2849abf8dfb53fe5e (diff)
downloadpkgsrc-63413faeea46d6e248057254cbf41d26ec7aad3d.tar.gz
* Modify to support gd-1.7.3.
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r--net/mrtg/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa
new file mode 100644
index 00000000000..b9ee5c09257
--- /dev/null
+++ b/net/mrtg/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.6 1999/11/01 03:37:36 jlam Exp $
+
+--- configure.orig Thu Aug 26 17:25:08 1999
++++ configure Sun Oct 31 00:47:15 1999
+@@ -1053,7 +1053,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lgd -lpng -lz $LIBS"
++LIBS="-lgd -lpng -lz -lttf -lintl -lXpm -lX11 $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 1059 "configure"
+ #include "confdefs.h"
+@@ -1083,7 +1083,7 @@
+ echo "$ac_t""yes" 1>&6
+
+ CFLAGS="$CFLAGS -DGFORM_GD=gdImagePng"
+- LDFLAGS="$LDFLAGS -lpng -lz"
++ LDFLAGS="$LDFLAGS -lpng -lz -lttf -lintl -lXpm -lX11"
+ GDFORM_EXT=png
+
+ else