SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
security/nfsshell/patches/patch-Makefile
Normal file
23
security/nfsshell/patches/patch-Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue