openbsd-ports/security/nfsshell/patches/patch-Makefile
jasper 4eb1197cca - honor CC
- make DESCR a tad saner
- regen PLIST whilst here
2008-11-01 00:02:37 +00:00

25 lines
770 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2008/11/01 00:02:37 jasper Exp $
--- Makefile.orig Tue May 19 22:37:23 1998
+++ Makefile Fri Oct 31 18:46:12 2008
@@ -21,11 +21,16 @@
# LIBS=-L/usr/local/lib -lreadline -lhistory -ltermlib
#
+# OpenBSD
+CC ?= gcc
+CFLAGS += -DREADLINE
+LIBS = -lreadline -ltermcap
+
# uncomment the following 4 lines for Solaris 2.x
-CC = gcc
-CFLAGS = -DSYSV -DREADLINE -I/usr/local/include
-LIBS = -lsocket -L/usr/ucblib -R/usr/ucblib -lrpcsoc -lnsl \
- -L/usr/local/lib -lreadline -lhistory -ltermlib
+#CC = gcc
+#CFLAGS = -DSYSV -DREADLINE -I/usr/local/include
+#LIBS = -lsocket -L/usr/ucblib -R/usr/ucblib -lrpcsoc -lnsl \
+# -L/usr/local/lib -lreadline -lhistory -ltermlib
# uncomment the following 3 lines for AIX
#CC = gcc