summaryrefslogtreecommitdiff
path: root/net/mrtg/patches/patch-aa
blob: e9b3b68f73165db8fe4c1015a57c38c7dc562f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	Mon Jul 13 13:02:23 1998
+++ Makefile	Mon Jul 13 13:04:02 1998
@@ -6,16 +6,16 @@
 # GD_INCLUDE 
 # The path to the include files for the gd graphics library.
 #GD_INCLUDE=/usr/local/include/gd
-GD_INCLUDE=gd1.2
+GD_INCLUDE=${PREFIX}/include/gd
 
 # GD_LIB
 # The path to the gd graphics library: libgd.a
 #GD_LIB=/usr/local/lib
-GD_LIB=gd1.2
+GD_LIB=${PREFIX}/lib
 
 # Where is perl 5 on this machine
 # PERL=/usr/local/bin/perl
-PERL=/usr/local/gnu/bin/perl5
+PERL=${PREFIX}/bin/perl
 
 
 # CC