mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Respect CC and CFLAGS
This commit is contained in:
parent
9c400a4b6d
commit
0e98c54c52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60740
11
security/bugs/files/patch-aa
Normal file
11
security/bugs/files/patch-aa
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user