Files
macports-ports/math/libtommath/files/patch-makefile_include.mk.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