mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
339 B
Diff
14 lines
339 B
Diff
Old versions of GCC do not recognize this flag
|
|
|
|
--- makefile_include.mk.orig
|
|
+++ makefile_include.mk
|
|
@@ -95,7 +95,7 @@
|
|
LTM_CFLAGS += -Wno-shadow
|
|
endif
|
|
ifeq ($(PLATFORM), Darwin)
|
|
-LTM_CFLAGS += -Wno-nullability-completeness
|
|
+# LTM_CFLAGS += -Wno-nullability-completeness
|
|
endif
|
|
ifeq ($(PLATFORM), CYGWIN)
|
|
LIBTOOLFLAGS += -no-undefined
|