diff options
author | briggs <briggs@pkgsrc.org> | 2002-04-17 18:58:51 +0000 |
---|---|---|
committer | briggs <briggs@pkgsrc.org> | 2002-04-17 18:58:51 +0000 |
commit | d3a92da505a3ac0d3bee021025328cf1f362e73c (patch) | |
tree | 78e480bdc54abaa08d94c65a55184def84eee938 /comms/xisp/patches | |
parent | e11e21b9720a1a7bbfc2f71e382c9e4127daf453 (diff) | |
download | pkgsrc-d3a92da505a3ac0d3bee021025328cf1f362e73c.tar.gz |
Remove redefinition of X11PREFIX and use X11PREFIX for location of forms
and X11BASE as (gasp) location of X11. This helps installation with
xpkgwedge. Resolves, along with bsd.pkg.mk update, my own PR pkg/16350.
Diffstat (limited to 'comms/xisp/patches')
-rw-r--r-- | comms/xisp/patches/patch-aa | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/comms/xisp/patches/patch-aa b/comms/xisp/patches/patch-aa index 9c71a0f5731..d8de2e8141e 100644 --- a/comms/xisp/patches/patch-aa +++ b/comms/xisp/patches/patch-aa @@ -1,18 +1,20 @@ -$NetBSD: patch-aa,v 1.5 2002/04/17 04:45:09 fredb Exp $ +$NetBSD: patch-aa,v 1.6 2002/04/17 18:58:52 briggs Exp $ ---- Makefile.orig Thu Aug 26 07:08:51 1999 -+++ Makefile +--- Makefile.orig Thu Aug 26 08:08:51 1999 ++++ Makefile Wed Apr 17 14:55:31 2002 @@ -8,11 +8,11 @@ # Compilation/installation vars (global for all following sections) | #===================================================================== # -PREFIX = /usr/local -X11PREFIX = /usr/X11R6 -+#PREFIX = /usr/local -+X11PREFIX = ${X11BASE} - INCX11 = $(X11PREFIX)/include - LIBX11 = $(X11PREFIX)/lib +-INCX11 = $(X11PREFIX)/include +-LIBX11 = $(X11PREFIX)/lib -INCFORMS = $(X11PREFIX)/include ++#PREFIX = /usr/local ++#X11PREFIX = /usr/X11R6 ++INCX11 = $(X11BASE)/include ++LIBX11 = $(X11BASE)/lib +INCFORMS = $(X11PREFIX)/include/X11 LIBFORMS = $(X11PREFIX)/lib MODEM_DEV = modem |