diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-09-21 08:49:48 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-09-21 08:49:48 +0000 |
commit | c17d1d5b5ad26d3100c514eb2b7f71d087e09d0e (patch) | |
tree | ac3631e60e3fbbfb1462e5fb557e2c34022ef307 /graphics/vcg/patches | |
parent | d5ed2c8ef6472bb8bc973e783a8e3dd8319cad16 (diff) | |
download | pkgsrc-c17d1d5b5ad26d3100c514eb2b7f71d087e09d0e.tar.gz |
Add patch for s|/usr/X11R6|${X11BASE}| from Minoura Makoto <minoura@netbsd.org>.
Diffstat (limited to 'graphics/vcg/patches')
-rw-r--r-- | graphics/vcg/patches/patch-aq | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/vcg/patches/patch-aq b/graphics/vcg/patches/patch-aq new file mode 100644 index 00000000000..e48a271c462 --- /dev/null +++ b/graphics/vcg/patches/patch-aq @@ -0,0 +1,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 + |