16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
$NetBSD: patch-af,v 1.15 2015/08/31 15:26:19 sevan Exp $
|
|
|
|
Add support for DragonFlyBSD & 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'
|