summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>1999-05-10 16:10:33 +0000
committerbouyer <bouyer@pkgsrc.org>1999-05-10 16:10:33 +0000
commitb3cc953df20f0fdf2ab8c4efc019933461bb8086 (patch)
tree8ad8675bbbdb4a7d1cdbe365c70f3c08dbc3e909 /net/mrtg
parent8a4d4f4560fe1ed2c1786a7da3a4f15866e8cf7a (diff)
downloadpkgsrc-b3cc953df20f0fdf2ab8c4efc019933461bb8086.tar.gz
Link with $(LDFLAGS), for -Wl,-R/usr/pkg/lib
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/patches/patch-aa15
1 files changed, 11 insertions, 4 deletions
diff --git a/net/mrtg/patches/patch-aa b/net/mrtg/patches/patch-aa
index 9befdbcbedc..8f15d7b966d 100644
--- a/net/mrtg/patches/patch-aa
+++ b/net/mrtg/patches/patch-aa
@@ -1,7 +1,5 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:10:46 agc Exp $
-
---- Makefile.orig Mon Jul 13 13:02:23 1998
-+++ Makefile Mon Jul 13 13:04:02 1998
+--- Makefile.orig Mon May 25 07:26:30 1998
++++ Makefile Mon May 10 18:03:33 1999
@@ -6,16 +6,16 @@
# GD_INCLUDE
# The path to the include files for the gd graphics library.
@@ -22,3 +20,12 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 11:10:46 agc Exp $
# CC
+@@ -57,7 +57,7 @@
+ @echo ""
+
+ rateup: rateup.c
+- $(CC) $(CFLAGS) rateup.c -I$(GD_INCLUDE) -L$(GD_LIB) -lgd -lm -o rateup
++ $(CC) $(CFLAGS) rateup.c -I$(GD_INCLUDE) $(LDFLAGS) -L$(GD_LIB) -lgd -lm -o rateup
+
+ PERLFILES = mrtg cfgmaker indexmaker convert
+