freebsd-ports/databases/firebird25-server/files/patch-builds_posix_make.rules

12 lines
358 B
Text
Raw Normal View History

2015-10-09 01:14:18 +02:00
--- builds/posix/make.rules.orig 2015-03-27 13:46:38 UTC
+++ builds/posix/make.rules
@@ -37,6 +37,8 @@ WFLAGS:=$(CPPFLAGS) -I$(SRC_ROOT)/includ
ifeq ($(STD_ICU),false)
WFLAGS:= $(WFLAGS) -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n
+else
+ WFLAGS:= $(WFLAGS) $(shell icu-config --cppflags)
endif
ifeq ($(IsProdTypeBuild),Y)