Update the paths in the patched Makefiles to reflect the fact that the
location of the sam package has been changed to be under the editors category.
This commit is contained in:
parent
376f90e91c
commit
78567412d0
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: patch-aa,v 1.5 1998/08/07 11:11:14 agc Exp $
|
$NetBSD: patch-aa,v 1.6 2000/07/20 11:12:07 agc Exp $
|
||||||
|
|
||||||
--- libtext/Makefile.orig Thu Jun 2 03:01:19 1994
|
--- libtext/Makefile.orig Thu Jun 2 03:01:19 1994
|
||||||
+++ libtext/Makefile Fri Sep 26 16:44:27 1997
|
+++ libtext/Makefile Fri Sep 26 16:44:27 1997
|
||||||
|
@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.5 1998/08/07 11:11:14 agc Exp $
|
||||||
# if your compiler supports posix-compatible compilation
|
# if your compiler supports posix-compatible compilation
|
||||||
-OS=-DSOLARIS
|
-OS=-DSOLARIS
|
||||||
+OS=-DSUNOS -O2
|
+OS=-DSUNOS -O2
|
||||||
+SAMDIR=${PKGSRCDIR}/plan9/sam/${WRKDIR:T}
|
+SAMDIR=${PKGSRCDIR}/editors/sam/${WRKDIR:T}
|
||||||
|
|
||||||
# add -Iincludedir for any include directories that need to be searched
|
# add -Iincludedir for any include directories that need to be searched
|
||||||
# for posix header files
|
# for posix header files
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: patch-ab,v 1.6 1999/10/04 23:16:02 simonb Exp $
|
$NetBSD: patch-ab,v 1.7 2000/07/20 11:12:07 agc Exp $
|
||||||
|
|
||||||
--- 9term/9term.c.orig Fri Jun 3 09:35:39 1994
|
--- 9term/9term.c.orig Fri Jun 3 09:35:39 1994
|
||||||
+++ 9term/9term.c Fri Sep 26 16:45:48 1997
|
+++ 9term/9term.c Fri Sep 26 16:45:48 1997
|
||||||
|
@ -94,7 +94,7 @@ $NetBSD: patch-ab,v 1.6 1999/10/04 23:16:02 simonb Exp $
|
||||||
-BINDIR=/usr/pgrad/matty/bin/$(cputype)
|
-BINDIR=/usr/pgrad/matty/bin/$(cputype)
|
||||||
+OS= -D_LIBXG_EXTENSION -DSUNOS
|
+OS= -D_LIBXG_EXTENSION -DSUNOS
|
||||||
+
|
+
|
||||||
+SAMPATH=${PKGSRCDIR}/plan9/sam/${WRKDIR:T}
|
+SAMPATH=${PKGSRCDIR}/editors/sam/${WRKDIR:T}
|
||||||
+
|
+
|
||||||
+BINDIR=. # where we'll install it
|
+BINDIR=. # where we'll install it
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue