aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-23 08:03:51 +0800
committerkris <kris@FreeBSD.org>2000-01-23 08:03:51 +0800
commitf43ff8d8c6bfda08e3be15602a0d4c8e12d57ef5 (patch)
treec6661fdb67a896900a61879599c4732804a62e30
parent0375bc957f652dac2d18348bd53774df544d7b49 (diff)
downloadfreebsd-ports-gnome-f43ff8d8c6bfda08e3be15602a0d4c8e12d57ef5.tar.gz
freebsd-ports-gnome-f43ff8d8c6bfda08e3be15602a0d4c8e12d57ef5.tar.zst
freebsd-ports-gnome-f43ff8d8c6bfda08e3be15602a0d4c8e12d57ef5.zip
Respect CFLAGS
-rw-r--r--security/chrootuid/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/chrootuid/files/patch-ab b/security/chrootuid/files/patch-ab
new file mode 100644
index 000000000000..e6bf1a79bf27
--- /dev/null
+++ b/security/chrootuid/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Jan 22 15:59:52 2000
++++ Makefile Sat Jan 22 16:01:26 2000
+@@ -1,7 +1,7 @@
+ # @(#) Makefile 1.2 93/08/12 16:09:29
+
+ FILES = README Makefile chrootuid.c chrootuid.1
+-CFLAGS = -O
++CFLAGS ?= -O
+
+ all: chrootuid chrootuid.1
+