summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-runConfigureICU
blob: 74caf36679db5fbb1fb363c8fa4718f1118f9f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'