mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Respect CC
This commit is contained in:
parent
07e4720873
commit
bbe98c22c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25813
@ -1,12 +1,13 @@
|
||||
--- Makefile.orig Mon Jan 15 21:36:38 1996
|
||||
+++ Makefile Sat Sep 4 22:02:21 1999
|
||||
+++ Makefile Sun Feb 13 21:21:04 2000
|
||||
@@ -15,13 +15,13 @@
|
||||
#
|
||||
# add -DUSE_READLINE To compile in support for the GNU readline library.
|
||||
|
||||
-CFLAGS= -s -O2 -DUSE_READLINE
|
||||
-CC= gcc
|
||||
+CFLAGS+= -s -DUSE_READLINE
|
||||
CC= gcc
|
||||
+CC?= gcc
|
||||
LIBS= -lreadline -ltermcap
|
||||
ALLFILES= makefile cdgram.y cdlex.l cdecl.c cdecl.1 testset testset++
|
||||
-BINDIR= /usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user