diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-05-05 01:56:20 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-05-05 01:56:20 +0000 |
commit | ce39fdbf6d24c502a9d4b997cadb029b11c7a977 (patch) | |
tree | edbdcc9f8ce8a87f8c5ab84160f98bf8bab3b200 /x11/9term/patches | |
parent | 15036c27910599c1c392f97fc4b62775fd06a374 (diff) | |
download | pkgsrc-ce39fdbf6d24c502a9d4b997cadb029b11c7a977.tar.gz |
The sam libs and headers are in X11PREFIX - search them there!
Diffstat (limited to 'x11/9term/patches')
-rw-r--r-- | x11/9term/patches/patch-aa | 8 | ||||
-rw-r--r-- | x11/9term/patches/patch-ae | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/9term/patches/patch-aa b/x11/9term/patches/patch-aa index 597bc3f5f3c..8688e2acf5e 100644 --- a/x11/9term/patches/patch-aa +++ b/x11/9term/patches/patch-aa @@ -1,14 +1,14 @@ -$NetBSD: patch-aa,v 1.2 2001/05/01 09:35:41 agc Exp $ +$NetBSD: patch-aa,v 1.3 2001/05/05 01:56:21 hubertf Exp $ ---- libtext/Makefile.orig Thu Jun 2 03:01:19 1994 -+++ libtext/Makefile Fri Sep 26 16:44:27 1997 +--- libtext/Makefile.orig Thu Jun 2 04:01:19 1994 ++++ libtext/Makefile @@ -5,14 +5,15 @@ # # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified # if your compiler supports posix-compatible compilation -OS=-DSOLARIS +OS=-DSUNOS -O2 -+SAMDIR=${PREFIX}/include/sam ++SAMDIR=${X11PREFIX}/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 c03427d5a32..d31c89e08ab 100644 --- a/x11/9term/patches/patch-ae +++ b/x11/9term/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.1 2001/05/01 09:35:41 agc Exp $ +$NetBSD: patch-ae,v 1.2 2001/05/05 01:56:21 hubertf Exp $ ---- 9term/Makefile.orig Mon Mar 14 04:50:54 1994 -+++ 9term/Makefile Tue May 1 09:59:01 2001 +--- 9term/Makefile.orig Mon Mar 14 05:50:54 1994 ++++ 9term/Makefile @@ -11,27 +11,29 @@ # Define RISCOS for Mips RISC/os # Define BSDPTYS for BSD-style pty support @@ -12,7 +12,7 @@ $NetBSD: patch-ae,v 1.1 2001/05/01 09:35:41 agc Exp $ -BINDIR=/usr/pgrad/matty/bin/$(cputype) +OS= -D_LIBXG_EXTENSION -DSUNOS + -+SAMPATH=${PREFIX}/include/sam ++SAMPATH=${X11PREFIX}/include/sam + +BINDIR=. # where we'll install it @@ -30,7 +30,7 @@ $NetBSD: patch-ae,v 1.1 2001/05/01 09:35:41 agc 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 $(PREFIX)/lib/libframe.a $(PREFIX)/lib/libXg.a ++LIBS=../libtext/libtext.a $(X11PREFIX)/lib/libframe.a $(X11PREFIX)/lib/libXg.a +XLIBS= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lXt -lX11 OBJECTS=9term.o command.o display.o pty.o |