Make CFLAGS from environment apply.
This commit is contained in:
parent
487ec01225
commit
da8e305fe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13306
11
textproc/par/files/patch-aa
Normal file
11
textproc/par/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- protoMakefile.ORIG Sun Jan 21 05:46:02 1996
|
||||
+++ protoMakefile Mon Aug 17 18:56:27 1998
|
||||
@@ -47,7 +47,7 @@
|
||||
# Example (for Solaris 2.x with SPARCompiler C):
|
||||
# CC = cc -c -O -s -Xc -DDONTFREE
|
||||
|
||||
-CC = cc -c
|
||||
+CC = cc -c ${CFLAGS}
|
||||
|
||||
# Define LINK1 and LINK2 so that the command
|
||||
#
|
Loading…
Reference in New Issue
Block a user