diff options
Diffstat (limited to 'plan9/9term/patches/patch-aa')
-rw-r--r-- | plan9/9term/patches/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plan9/9term/patches/patch-aa b/plan9/9term/patches/patch-aa deleted file mode 100644 index 200aecfe577..00000000000 --- a/plan9/9term/patches/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -$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 Fri Sep 26 16:44:27 1997 -@@ -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=${PKGSRCDIR}/editors/sam/${WRKDIR:T} - - # add -Iincludedir for any include directories that need to be searched - # for posix header files --INCS=-I. -I../include -+INCS=-I. -I$(SAMDIR)/include - - # add name of library orderer - use ":" if none exists --RANLIB=: -+RANLIB=ranlib - - # add name of library - AR=ar -@@ -38,4 +39,4 @@ - - install: $(LIB) - --$(OBJ): ../include/u.h ../include/libc.h ../include/libg.h ../include/frame.h ../include/text.h -+$(OBJ): $(SAMDIR)/include/u.h $(SAMDIR)/include/libc.h $(SAMDIR)/include/libg.h $(SAMDIR)/include/frame.h text.h |