aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-17 16:59:52 +0800
committerkris <kris@FreeBSD.org>2000-02-17 16:59:52 +0800
commit53bf3cefd69da2b7bc5f4dcda3278c6db8db5aae (patch)
treeca93415dbd0a42ead37f580ef9f0919728d9fecc /net-mgmt
parente179e21c9cbd27d2393cf3050019d1bf66a72dce (diff)
downloadfreebsd-ports-gnome-53bf3cefd69da2b7bc5f4dcda3278c6db8db5aae.tar.gz
freebsd-ports-gnome-53bf3cefd69da2b7bc5f4dcda3278c6db8db5aae.tar.zst
freebsd-ports-gnome-53bf3cefd69da2b7bc5f4dcda3278c6db8db5aae.zip
Respect CC
Diffstat (limited to 'net-mgmt')
-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