summaryrefslogtreecommitdiff
path: root/net/mrtg/patches/patch-aa
blob: 9befdbcbedc2d058f87ff1647becbcb655caf359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$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
@@ -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