mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
11 lines
374 B
Text
11 lines
374 B
Text
--- Makefile.orig 2013-10-18 04:21:17.000000000 +1100
|
|
+++ Makefile 2013-10-18 04:21:22.000000000 +1100
|
|
@@ -66,7 +66,7 @@
|
|
#<<lint flags of choice?>>
|
|
LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING)
|
|
#<<want to use a nonstandard CC?>>
|
|
-CC = gcc -Wall -Wno-unused -Wno-comment
|
|
+CC = cc -Wall -Wno-unused -Wno-comment
|
|
#<<manifest defines>>
|
|
DEFS =
|
|
#(SGI IRIX systems need this)
|