aboutsummaryrefslogtreecommitdiff
path: root/net
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
parent4822fe4144ce4a9c90751c42fcba1e083d969613 (diff)
downloadports-c00253ae6f6934cb9898d9b1b47c70a134634ed5.tar.gz
ports-c00253ae6f6934cb9898d9b1b47c70a134634ed5.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/trafd/files/patch-aa10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/trafd/files/patch-aa b/net/trafd/files/patch-aa
index d0db62101162..250fb8c59302 100644
--- a/net/trafd/files/patch-aa
+++ b/net/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