freebsd-ports/databases/firebird25-server/files/patch-builds_posix_make.rules
Pawel Pekala 7afb587cfc - Update to version 2.5.6 [1]
- Add CPE and libedit support [1]
- Use @preunexec instead of the deprecated @unexec in pkg-plist [1]
- Regenerate patches with make makepatch

PR:		211387 [1]
Submitted by:	luca.pizzamiglio@gmail.com [1]
2016-08-18 14:02:47 +00:00

11 lines
358 B
Text

--- builds/posix/make.rules.orig 2016-06-30 09:34:53 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)