mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
vulnerability. PR: ports/116940 Security: 91ed69f9-72c7-11dc-981a-001921ab2fa4 Approved by: secteam (remko)
11 lines
611 B
Text
11 lines
611 B
Text
--- builds/posix/make.rules.orig 2007-09-04 15:51:17.000000000 +0800
|
|
+++ builds/posix/make.rules 2007-10-05 06:56:37.104972944 +0800
|
|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
# Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
|
|
-CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n -DNAMESPACE=Vulcan
|
|
+CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan @ICU_CPPFLAGS@ -DNAMESPACE=Vulcan
|
|
|
|
ifeq ($(IsProdTypeBuild),Y)
|
|
CFLAGS:= $(CFLAGS) $(PROD_FLAGS) -DPROD_BUILD
|