mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
8 lines
167 B
Text
8 lines
167 B
Text
--- Makefile.orig 2021-02-22 22:03:20 UTC
|
|
+++ Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-CC := gcc
|
|
+#CC := gcc
|
|
MACROS :=
|
|
CFLAGS := -I. -Wundef -Wall -Wextra -O3 $(MACROS)
|
|
|