summaryrefslogtreecommitdiff
path: root/x11/9term/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-15 20:37:53 +0000
committeragc <agc@pkgsrc.org>2001-12-15 20:37:53 +0000
commit6713a77611eab68acf1671b94a6c86e813377302 (patch)
treef7be26cb6065220d3817f93437a227181d07482f /x11/9term/patches
parentccff9099bcc040b948d88c32959fa8204a9900f4 (diff)
downloadpkgsrc-6713a77611eab68acf1671b94a6c86e813377302.tar.gz
Use EVAL_PREFIX to work out the installed directory of the sam package.
Diffstat (limited to 'x11/9term/patches')
-rw-r--r--x11/9term/patches/patch-aa4
-rw-r--r--x11/9term/patches/patch-ae6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/9term/patches/patch-aa b/x11/9term/patches/patch-aa
index 8688e2acf5e..9d46d4d672b 100644
--- a/x11/9term/patches/patch-aa
+++ b/x11/9term/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2001/05/05 01:56:21 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 2001/12/15 20:37:53 agc Exp $
--- libtext/Makefile.orig Thu Jun 2 04:01:19 1994
+++ libtext/Makefile
@@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.3 2001/05/05 01:56:21 hubertf Exp $
# if your compiler supports posix-compatible compilation
-OS=-DSOLARIS
+OS=-DSUNOS -O2
-+SAMDIR=${X11PREFIX}/include/sam
++SAMDIR=${SAM_DIR}/include/sam
# add -Iincludedir for any include directories that need to be searched
# for posix header files
diff --git a/x11/9term/patches/patch-ae b/x11/9term/patches/patch-ae
index d31c89e08ab..58ff757e411 100644
--- a/x11/9term/patches/patch-ae
+++ b/x11/9term/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.2 2001/05/05 01:56:21 hubertf Exp $
+$NetBSD: patch-ae,v 1.3 2001/12/15 20:37:54 agc Exp $
--- 9term/Makefile.orig Mon Mar 14 05:50:54 1994
+++ 9term/Makefile
@@ -12,7 +12,7 @@ $NetBSD: patch-ae,v 1.2 2001/05/05 01:56:21 hubertf Exp $
-BINDIR=/usr/pgrad/matty/bin/$(cputype)
+OS= -D_LIBXG_EXTENSION -DSUNOS
+
-+SAMPATH=${X11PREFIX}/include/sam
++SAMPATH=${SAM_DIR}/include/sam
+
+BINDIR=. # where we'll install it
@@ -30,7 +30,7 @@ $NetBSD: patch-ae,v 1.2 2001/05/05 01:56:21 hubertf Exp $
# or if you need extra libraries to load with X11 applications
-LIBS=../libtext/libtext.a ../libframe/libframe.a ../libXg/libXg.a
-XLIBS=-lXt -lX11
-+LIBS=../libtext/libtext.a $(X11PREFIX)/lib/libframe.a $(X11PREFIX)/lib/libXg.a
++LIBS=../libtext/libtext.a $(SAM_DIR)/lib/libframe.a $(SAM_DIR)/lib/libXg.a
+XLIBS= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lXt -lX11
OBJECTS=9term.o command.o display.o pty.o