You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
12 lines
365 B
Diff
12 lines
365 B
Diff
--- Makefile.orig 2017-07-07 11:37:54.000000000 -0600
|
|
+++ Makefile 2017-07-07 12:57:30.000000000 -0600
|
|
@@ -12,7 +12,7 @@
|
|
# (at your option) any later version.
|
|
#
|
|
|
|
-CC = gcc
|
|
+CC = @@COMPILER@@
|
|
CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
|
|
-Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
|
|
|