aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-07 08:33:52 +0800
committerKris Kennaway <kris@FreeBSD.org>2002-06-07 08:33:52 +0800
commit0e98c54c52d7894798e264d80f8892bd3992bbd5 (patch)
tree9547621e90fdc95abfed27546dac4f8f69e8b90c /security
parent9c400a4b6ddad91655297a5bfe7c2562889fb305 (diff)
downloadfreebsd-ports-gnome-0e98c54c52d7894798e264d80f8892bd3992bbd5.tar.gz
freebsd-ports-gnome-0e98c54c52d7894798e264d80f8892bd3992bbd5.tar.zst
freebsd-ports-gnome-0e98c54c52d7894798e264d80f8892bd3992bbd5.zip
Respect CC and CFLAGS
Diffstat (limited to 'security')
-rw-r--r--security/bugs/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bugs/files/patch-aa b/security/bugs/files/patch-aa
new file mode 100644
index 000000000000..a3acd844d86f
--- /dev/null
+++ b/security/bugs/files/patch-aa
@@ -0,0 +1,11 @@
+--- lib/unix/Makefile.bsd.orig Thu Jun 6 17:17:21 2002
++++ lib/unix/Makefile.bsd Thu Jun 6 17:32:09 2002
+@@ -1,6 +1,6 @@
+ #YOU MUST CHOOSE YOUR COMPILER
+-#CC=gcc
+-#BFLAG=-Wall -O3
++CC?=cc
++BFLAG= ${CFLAGS}
+
+ all: message bugscrypt.a
+