summaryrefslogtreecommitdiff
path: root/comms/xisp
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-09-05 04:15:36 +0000
committerhubertf <hubertf@pkgsrc.org>1999-09-05 04:15:36 +0000
commitf1c9102d8437376e65c521badb4b8a01e971e134 (patch)
tree1dbe811634900bd9137ce037d8753a62d1690273 /comms/xisp
parent997094edf9a9aaa7c17d9413ba7bdcf4e72b9249 (diff)
downloadpkgsrc-f1c9102d8437376e65c521badb4b8a01e971e134.tar.gz
xforms header is in $X11BASE/include/X11
Diffstat (limited to 'comms/xisp')
-rw-r--r--comms/xisp/patches/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/comms/xisp/patches/patch-aa b/comms/xisp/patches/patch-aa
index 1359dda7030..65ca07d175d 100644
--- a/comms/xisp/patches/patch-aa
+++ b/comms/xisp/patches/patch-aa
@@ -1,8 +1,6 @@
-$NetBSD: patch-aa,v 1.2 1999/08/26 19:01:45 jlam Exp $
-
---- Makefile.orig Thu Aug 26 08:08:51 1999
-+++ Makefile Thu Aug 26 14:53:57 1999
-@@ -8,8 +8,8 @@
+--- Makefile.orig Thu Aug 26 14:08:51 1999
++++ Makefile Sun Sep 5 06:08:36 1999
+@@ -8,11 +8,11 @@
# Compilation/installation vars (global for all following sections) |
#=====================================================================
#
@@ -12,7 +10,11 @@ $NetBSD: patch-aa,v 1.2 1999/08/26 19:01:45 jlam Exp $
+X11PREFIX = ${X11BASE}
INCX11 = $(X11PREFIX)/include
LIBX11 = $(X11PREFIX)/lib
- INCFORMS = $(X11PREFIX)/include
+-INCFORMS = $(X11PREFIX)/include
++INCFORMS = $(X11PREFIX)/include/X11
+ LIBFORMS = $(X11PREFIX)/lib
+ MODEM_DEV = modem
+ MODEM_PATH = /dev/$(MODEM_DEV)
@@ -24,25 +24,25 @@
# Normal (i.e. SuSE-6.x) vars; for SuSE-5.x use the lines which
# DO NOT include -lcrypt in EXTRALIBS and -DGLIBC2 in EXTRADEFS.