1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Respect CC

PR:		16213
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
Chris Piazza 2000-01-22 02:09:05 +00:00
parent 709c61ed8e
commit e6569620df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24887

View File

@ -1,5 +1,22 @@
*** Makefile.orig Wed Jan 26 20:32:33 1994
--- Makefile Mon Nov 20 01:31:41 1995
*** Makefile.orig Wed Jan 26 12:32:33 1994
--- Makefile Wed Jan 19 18:53:05 2000
***************
*** 26,32 ****
CP = cp
# How to compile C programs
! CC = cc
# You may also want to change the CFLAGS variable, which will be passed on
# to all subdirectories. If you do that, the changes will only work right if you
--- 26,32 ----
CP = cp
# How to compile C programs
! #CC = cc
# You may also want to change the CFLAGS variable, which will be passed on
# to all subdirectories. If you do that, the changes will only work right if you
***************
*** 38,44 ****