diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-20 21:53:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-20 21:53:18 +0000 |
commit | 2fe52b11c9a157794135c31581813337aeeb6409 (patch) | |
tree | 6800274d7167e75ac4084729c9a161443a4501ff /net/mrtg/patches | |
parent | 1e735554031b50e83243e1d12fe029d78a76880e (diff) | |
download | pkgsrc-2fe52b11c9a157794135c31581813337aeeb6409.tar.gz |
Do not link to libX11 and libXpm, X11 support is really useless here.
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 ac7800df953..3d48654c62a 100644 --- a/net/mrtg/patches/patch-aa +++ b/net/mrtg/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.15 2003/12/07 13:53:32 martti Exp $ +$NetBSD: patch-aa,v 1.16 2004/06/20 21:53:18 xtraeme Exp $ --- configure.orig Fri Dec 5 00:11:29 2003 +++ configure Sun Dec 7 15:36:34 2003 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.15 2003/12/07 13:53:32 martti Exp $ -LDFLAGS="${LDFLAGS} ${MATHLIBS}" -+LDFLAGS="${LDFLAGS} ${MATHLIBS} -lgd -lttf -lintl -lXpm -lX11 -ljpeg" ++LDFLAGS="${LDFLAGS} ${MATHLIBS} -lgd -lttf -lintl -ljpeg" GDEXTRALIB="" echo "$as_me:$LINENO: checking for gdImageGif in -lgd" >&5 |