diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-23 08:03:51 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-23 08:03:51 +0800 |
commit | 13a7598a8030da62645156f6be3b2578872abb86 (patch) | |
tree | e038392cc91d10d9874c647d06051c743e4f0e9f /security | |
parent | 4993756c134e328ccec10b76e74d407b9bd53f5e (diff) | |
download | freebsd-ports-gnome-13a7598a8030da62645156f6be3b2578872abb86.tar.gz freebsd-ports-gnome-13a7598a8030da62645156f6be3b2578872abb86.tar.zst freebsd-ports-gnome-13a7598a8030da62645156f6be3b2578872abb86.zip |
Respect CFLAGS
Diffstat (limited to 'security')
-rw-r--r-- | security/chrootuid/files/patch-ab | 11 |
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 + |