You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Pass CPPFLAGS to compiler before CFLAGS
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
.c.o:
|
||||
${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CFLAGS} ${CPPFLAGS} ${SHLIB_CFLAGS} $< -o $@
|
||||
${CC} -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED ${CPPFLAGS} ${CFLAGS} ${SHLIB_CFLAGS} $< -o $@
|
||||
|
||||
PKGINDEX ?= pkgIndex.tcl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user