summaryrefslogtreecommitdiff
path: root/graphics/vcg/patches/patch-aq
blob: e48a271c46273335b595b3094913098b244a61d9 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
$NetBSD: patch-aq,v 1.1 2000/09/21 08:49:49 sakamoto Exp $

--- preconf/X11ccNetBSD/tMakefile.orig	Thu Sep 21 06:28:06 2000
+++ preconf/X11ccNetBSD/tMakefile	Thu Sep 21 06:30:31 2000
@@ -39,12 +39,12 @@
 # where the binaries go
 # BINDIR = /usr/local/bin/
 # BINDIR = /RW/esprit/users/sander/PUBLIC/CMD/
-BINDIR = /usr/X11R6/bin
+BINDIR = ${PREFIX}/bin
 
 # where the manual pages go
 # MANDIR = /usr/local/man/manl/
 # MANDIR = /RW/esprit/users/sander/PUBLIC/MAN/
-MANDIR = /usr/X11R6/man/manl
+MANDIR = ${PREFIX}/man/manl
 
 # what the manual extension is
 MANEXT = l
@@ -105,7 +105,7 @@
 # then please use
 # INCLUDES = -I/usr/local/X11/include/
 # INCLUDES = -I/RW/esprit/X11R5/include/
-INCLUDES = -I/usr/X11R6/include/
+INCLUDES = -I${X11BASE}/include/
 
 # Library directories
 # For Sunview, this should be enough, because on Suns, Sunview
@@ -118,7 +118,7 @@
 # then please use
 # LIBPATH = -L/usr/local/X11/lib/
 # LIBPATH = -L/RW/esprit/X11R5/lib/
-LIBPATH = -L/usr/X11R6/lib/
+LIBPATH = -L${X11BASE}/lib/
 
 # Libraries
 # Libraries for SunView