diff options
author | kris <kris@FreeBSD.org> | 2002-06-07 08:33:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-06-07 08:33:52 +0800 |
commit | 6239c473ef7e28606a51e5761e479702b3bcf2fa (patch) | |
tree | f05f2e6849bd5a775d21b71e070636d1010e27ae /security | |
parent | ec2624bd575f16341d52a41c5caa706c137c4023 (diff) | |
download | freebsd-ports-gnome-6239c473ef7e28606a51e5761e479702b3bcf2fa.tar.gz freebsd-ports-gnome-6239c473ef7e28606a51e5761e479702b3bcf2fa.tar.zst freebsd-ports-gnome-6239c473ef7e28606a51e5761e479702b3bcf2fa.zip |
Respect CC and CFLAGS
Diffstat (limited to 'security')
-rw-r--r-- | security/bugs/files/patch-aa | 11 |
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 + |