diff options
author | tron <tron@pkgsrc.org> | 2000-03-17 23:31:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-17 23:31:48 +0000 |
commit | 2b5bff75fb47cb76476633d0f5d33624898e7560 (patch) | |
tree | a977e321ef93873f41651ad3930742dd8044eecb /net/mrtg/patches | |
parent | 1f59e22ae3b032ec810c0c0db50bad997cbc6938 (diff) | |
download | pkgsrc-2b5bff75fb47cb76476633d0f5d33624898e7560.tar.gz |
Adapt to "gd" library with JPEG support.
Diffstat (limited to 'net/mrtg/patches')
-rw-r--r-- | net/mrtg/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa index e694f2c1dd5..30f34b9aec5 100644 --- a/net/mrtg/patches/patch-aa +++ b/net/mrtg/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2000/02/07 16:44:15 tron Exp $ +$NetBSD: patch-aa,v 1.8 2000/03/17 23:31:48 tron Exp $ --- configure.orig Sun Feb 6 00:56:27 2000 +++ configure Mon Feb 7 17:38:11 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.7 2000/02/07 16:44:15 tron Exp $ -LDFLAGS="${LDFLAGS} -lgd" -+LDFLAGS="${LDFLAGS} -lgd -lttf -lintl -lXpm -lX11" ++LDFLAGS="${LDFLAGS} -lgd -lttf -lintl -lXpm -lX11 -ljpeg" # Check whether --with-z or --without-z was given. if test "${with_z+set}" = set; then |