From b3cc953df20f0fdf2ab8c4efc019933461bb8086 Mon Sep 17 00:00:00 2001 From: bouyer Date: Mon, 10 May 1999 16:10:33 +0000 Subject: Link with $(LDFLAGS), for -Wl,-R/usr/pkg/lib --- net/mrtg/patches/patch-aa | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'net/mrtg/patches') 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 + -- cgit v1.2.3