mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Respect CFLAGS
This commit is contained in:
parent
4993756c13
commit
13a7598a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24958
11
security/chrootuid/files/patch-ab
Normal file
11
security/chrootuid/files/patch-ab
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user