diff options
Diffstat (limited to 'editors/sam/files/patch-ab')
-rw-r--r-- | editors/sam/files/patch-ab | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/editors/sam/files/patch-ab b/editors/sam/files/patch-ab index 3ff1dcdce98c..b17dc608431b 100644 --- a/editors/sam/files/patch-ab +++ b/editors/sam/files/patch-ab @@ -1,15 +1,8 @@ -*** libframe/Makefile.orig Fri Jul 28 14:08:32 1995 ---- libframe/Makefile Fri Jul 21 15:02:32 1995 +*** libframe/Makefile.orig Fri Feb 11 11:04:17 2000 +--- libframe/Makefile Fri Feb 11 11:10:18 2000 *************** -*** 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 -- # +*** 8,29 **** + # # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified # if your compiler supports posix-compatible compilation ! OS=-DIRIX -ansiposix @@ -23,24 +16,34 @@ # 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 - # + +! CFLAGS=-c $(OS) $(INCS) -D_LIBXG_EXTENSION + + LIB=libframe.a +! CC=cc + + OBJ=frbox.o frdelete.o frdraw.o frinit.o frinsert.o frptofchar.o\ + frselect.o frstr.o frutil.o misc.o +--- 8,29 ---- + # # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified # if your compiler supports posix-compatible compilation -! OS=-DBSDi -O2 +! OS=-DBSDi # 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 +! INCS=-I../include -I${X11BASE}/include # add name of library orderer - use ":" if none exists ! RANLIB=ranlib # add name of library AR=ar + +! CFLAGS+=-c $(OS) $(INCS) -D_LIBXG_EXTENSION + + LIB=libframe.a +! CC?=cc + + OBJ=frbox.o frdelete.o frdraw.o frinit.o frinsert.o frptofchar.o\ + frselect.o frstr.o frutil.o misc.o |