a8548d6360
Add rc flavors.
21 lines
632 B
Plaintext
21 lines
632 B
Plaintext
$OpenBSD: patch-ac,v 1.2 2000/06/07 00:52:09 espie Exp $
|
|
--- libframe/Makefile.orig Wed Jun 7 02:38:21 2000
|
|
+++ libframe/Makefile Wed Jun 7 02:38:26 2000
|
|
@@ -8,14 +8,14 @@
|
|
#
|
|
# 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
|