summaryrefslogtreecommitdiff
path: root/net-mgmt/trafd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-17 08:59:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-17 08:59:52 +0000
commitc00253ae6f6934cb9898d9b1b47c70a134634ed5 (patch)
treeee62630bf6c8557ef26683758857f857d212f950 /net-mgmt/trafd
parentUpdate to v3.4. (diff)
Respect CC
Notes
Notes: svn path=/head/; revision=25929
Diffstat (limited to 'net-mgmt/trafd')
-rw-r--r--net-mgmt/trafd/files/patch-aa10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/trafd/files/patch-aa b/net-mgmt/trafd/files/patch-aa
index d0db62101162..250fb8c59302 100644
--- a/net-mgmt/trafd/files/patch-aa
+++ b/net-mgmt/trafd/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Nov 25 06:38:29 1999
-+++ Makefile Sat Feb 12 18:22:41 2000
+--- Makefile.orig Thu Nov 25 03:38:29 1999
++++ Makefile Thu Feb 17 00:51:02 2000
@@ -12,22 +12,22 @@
#
@@ -29,11 +29,13 @@
# Only group wheel can execute binary files.
SHELL = /bin/sh
-@@ -36,7 +36,7 @@
+@@ -35,8 +35,8 @@
+ GROUP = wheel
# This options intended for BSD/OS V2.
- CC = gcc
+-CC = gcc
-FLAGS = -O2
++CC ?= gcc
+#FLAGS = -O2
DEFINE = -DRETSIGTYPE=void -DRETSIGVAL=
#DEFINE += -DHAVE_FCNTL_H=1