forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
367 B
Text
11 lines
367 B
Text
--- Makefile.common.orig Mon Apr 23 18:30:54 2007
|
|
+++ Makefile.common Tue Aug 14 01:58:17 2007
|
|
@@ -52,7 +52,7 @@
|
|
|
|
|
|
|
|
-COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -I${ROOT_PATH} -I${PORT_AUDIO_PATH}/pa_common
|
|
+COMPILE_FLAGS = -Wall ${PLATFORM_COMPILE_FLAGS} -I${ROOT_PATH}
|
|
|
|
|
|
COMPILE = ${GXX} ${COMPILE_FLAGS} -c
|