30 lines
857 B
Plaintext
30 lines
857 B
Plaintext
$OpenBSD: patch-ac,v 1.3 2001/03/17 17:11:56 wilfried Exp $
|
|
--- libframe/Makefile.orig Fri Mar 16 17:22:40 2001
|
|
+++ libframe/Makefile Fri Mar 16 17:23:36 2001
|
|
@@ -8,22 +8,21 @@
|
|
#
|
|
# Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
|
|
# if your compiler supports posix-compatible compilation
|
|
-OS=-DIRIX5 -ansiposix
|
|
+OS=-D_POSIX_SOURCE -DSOLARIS
|
|
|
|
# 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=:
|
|
+RANLIB=ranlib
|
|
|
|
# add name of library
|
|
AR=ar
|
|
|
|
-CFLAGS=-c $(OS) $(INCS) -D_LIBXG_EXTENSION
|
|
+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
|