Re-order the compiler include path to avoid inadverantly picking up unwanted system include files. This is just a build fix and does not change successfully built packages, so no PORTREVISION bump. PR: 287074 Reported by: George Mitchell
12 lines
349 B
Makefile
12 lines
349 B
Makefile
--- pyuno/source/loader/makefile.mk.orig 2019-09-17 22:55:18 UTC
|
|
+++ pyuno/source/loader/makefile.mk
|
|
@@ -41,7 +41,7 @@ PYTHONLIB=$(PYTHON_LIBS)
|
|
|
|
.IF "$(SYSTEM_PYTHON)" == "YES"
|
|
PYTHONLIB=$(PYTHON_LIBS)
|
|
-CFLAGS+=$(PYTHON_CFLAGS)
|
|
+INCSYSTEM+=$(PYTHON_CFLAGS)
|
|
.IF "$(EXTRA_CFLAGS)"!=""
|
|
PYTHONLIB+=-framework Python
|
|
.ENDIF # "$(EXTRA_CFLAGS)"!=""
|