summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-runConfigureICU
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/patches/patch-runConfigureICU')
-rw-r--r--textproc/icu/patches/patch-runConfigureICU15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-runConfigureICU b/textproc/icu/patches/patch-runConfigureICU
new file mode 100644
index 00000000000..74caf36679d
--- /dev/null
+++ b/textproc/icu/patches/patch-runConfigureICU
@@ -0,0 +1,15 @@
+$NetBSD: patch-runConfigureICU,v 1.1 2017/04/22 20:11:45 adam Exp $
+
+Add support for DragonFlyBSD and Bitrig.
+
+--- runConfigureICU.orig Fri Mar 27 21:17:48 2015
++++ runConfigureICU
+@@ -327,7 +327,7 @@ case $platform in
+ DEBUG_CXXFLAGS='-Zi -MDd'
+ DEBUG_LDFLAGS='-DEBUG'
+ ;;
+- *BSD)
++ *BSD | DragonFly | Bitrig)
+ THE_OS="BSD"
+ THE_COMP="the GNU C++"
+ DEBUG_CFLAGS='-g -O0'