mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
16 lines
382 B
Text
16 lines
382 B
Text
--- Makefile.orig 2023-12-03 05:11:49 UTC
|
|
+++ Makefile
|
|
@@ -1,11 +1,11 @@
|
|
# Install Configuration
|
|
|
|
# Your C compiler
|
|
-CC=gcc
|
|
+CC?=gcc
|
|
#CC=clang
|
|
|
|
# Compiler options
|
|
-CFLAGS = -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter
|
|
+CFLAGS += -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter
|
|
CPPFLAGS = -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\""
|
|
LDFLAGS =
|
|
|