diff options
Diffstat (limited to 'net/mrtg/patches/patch-aa')
-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 |