ports/net-mgmt/send/files/patch-libs-Makefile.lib.common
2019-03-17 11:28:18 +00:00

9 lines
225 B
Text

--- libs/Makefile.lib.common.orig 2019-02-27 16:25:45 UTC
+++ libs/Makefile.lib.common
@@ -1,5 +1,5 @@
-CFLAGS += -Wall -O3
+CFLAGS?= -Wall -O3
ifeq ($(DEBUG_POLICY),DEBUG)
CPPFLAGS += -g # enable for general debugging