summaryrefslogtreecommitdiff
path: root/editors/sam/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sam/patches/patch-ab')
-rw-r--r--editors/sam/patches/patch-ab87
1 files changed, 40 insertions, 47 deletions
diff --git a/editors/sam/patches/patch-ab b/editors/sam/patches/patch-ab
index 125291a9439..4f9f3c68587 100644
--- a/editors/sam/patches/patch-ab
+++ b/editors/sam/patches/patch-ab
@@ -1,48 +1,41 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 11:11:17 agc Exp $
+$NetBSD: patch-ab,v 1.3 2001/05/01 09:16:25 agc Exp $
-*** libframe/Makefile.orig Fri Jul 28 14:08:32 1995
---- libframe/Makefile Fri Jul 21 15:02:32 1995
-***************
-*** 1,21 ****
- # Copyright (c) 1992 AT&T - All rights reserved.
- #
-! # Prototype Makefile for libframe
- #
-- # define operating system. ONE of:
-- # -DIRIX -DSUNOS -DUMIPS -DSYSVR3 -DAIX -DOSF1
-- # -DHPUX -DAPOLLO -DCONVEX -DDYNIX
-- #
- # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
- # if your compiler supports posix-compatible compilation
-! OS=-DIRIX -ansiposix
-
- # add -Iincludedir for any include directories that need to be searched
- # for posix header files (for UMIPS, add -I/usr/include/posix)
-! INCS=-I../include
-
- # add name of library orderer - use ":" if none exists
-! RANLIB=:
-
- # add name of library
- AR=ar
---- 1,20 ----
- # Copyright (c) 1992 AT&T - All rights reserved.
- #
-! # Prototype BSDi Makefile for libframe
-! # Courtesy of Boyd Roberts
-! #
-! # Define operating system type: -DBSDi
- #
- # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
- # if your compiler supports posix-compatible compilation
-! OS=-DBSDi -O2
-
- # add -Iincludedir for any include directories that need to be searched
- # for posix header files (for UMIPS, add -I/usr/include/posix)
-! INCS=-I../include -I/usr/include/posix
-
- # add name of library orderer - use ":" if none exists
-! RANLIB=ranlib
-
- # add name of library
- AR=ar
+--- libframe/Makefile.orig Tue May 1 09:42:03 2001
++++ libframe/Makefile Tue May 1 09:46:03 2001
+@@ -1,21 +1,20 @@
+ # Copyright (c) 1992 AT&T - All rights reserved.
+ #
+-# Prototype Makefile for libframe
++# Prototype BSDi Makefile for libframe
++# Courtesy of Boyd Roberts
++#
++# Define operating system type: -DBSDi
+ #
+-# define operating system. ONE of:
+-# -DIRIX -DSUNOS -DUMIPS -DSYSVR3 -DAIX -DOSF1
+-# -DHPUX -DAPOLLO -DCONVEX -DDYNIX
+-#
+ # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
+ # if your compiler supports posix-compatible compilation
+-OS=-DIRIX -ansiposix
++OS=-DBSDi -O2
+
+ # add -Iincludedir for any include directories that need to be searched
+ # for posix header files (for UMIPS, add -I/usr/include/posix)
+-INCS=-I../include
++INCS=-I../include -I/usr/include/posix
+
+ # add name of library orderer - use ":" if none exists
+-RANLIB=:
++RANLIB=ranlib
+
+ # add name of library
+ AR=ar
+@@ -41,5 +40,7 @@
+ rm -f $(LIB)
+
+ install: $(LIB)
++ cp ${LIB} ${PREFIX}/lib/${LIB}
++ ${RANLIB} ${PREFIX}/lib/${LIB}
+
+ $(OBJ): ../include/u.h ../include/libc.h ../include/frame.h