summaryrefslogtreecommitdiff
path: root/security/strobe
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-12-29 19:16:38 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-12-29 19:16:38 +0000
commit557fc7b063fd48f2940cef8e56f16733f2df44f5 (patch)
tree691f4be5fd8f63e6764f9471c650a7059e5c663b /security/strobe
parentActivate crafty-open-rock. Sorted lexically, which is no longer the (diff)
Honor CFLAGS.
Notes
Notes: svn path=/head/; revision=15704
Diffstat (limited to 'security/strobe')
-rw-r--r--security/strobe/files/patch-aa19
1 files changed, 15 insertions, 4 deletions
diff --git a/security/strobe/files/patch-aa b/security/strobe/files/patch-aa
index 2893f23a916d..358253d29192 100644
--- a/security/strobe/files/patch-aa
+++ b/security/strobe/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Jul 3 07:48:00 1997
-+++ Makefile Thu Jan 29 16:57:49 1998
+--- Makefile.orig Thu Jul 3 04:48:00 1997
++++ Makefile Tue Dec 29 11:15:04 1998
@@ -3,15 +3,16 @@
# Modify the below to suit your filesystem
@@ -12,8 +12,10 @@
+LIBDIR=${PREFIX}/lib
+MANDIR=${PREFIX}/man/man1
- #CC=cc
- CC=gcc
+-#CC=cc
+-CC=gcc
++CC?=cc
++#CC=gcc
#FLAGS=-O -nointl # SCO
-FLAGS= -O -g -Wall
@@ -21,6 +23,15 @@
#LIBS= -lnsl -lsocket # SYSVR4 / SOLARIS
#LIBS= -lsocket -lmalloc -lc_s # SCO
+@@ -31,7 +32,7 @@
+ -DSTROBE_SERVICES='"$(DATA)"'\
+ -DETC_SERVICES='"$(ETC_SERVICES)"'
+
+-CFLAGS=$(FLAGS) $(DEFS)
++CFLAGS+=$(DEFS)
+
+ $(BIN): $(OBJS)
+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LIBS)
@@ -40,13 +41,13 @@
$(MAN):
$(INSTALLDIR)/$(BIN): $(BIN)