pkgsrc/textproc/icu/patches/patch-af

14 lines
366 B
Text
Raw Normal View History

$NetBSD: patch-af,v 1.9 2010/12/07 17:58:13 adam Exp $
2005-12-31 00:49:08 +01:00
--- runConfigureICU.orig 2010-08-30 19:24:42.000000000 +0000
2005-12-31 00:49:08 +01:00
+++ runConfigureICU
@@ -276,7 +276,7 @@ case $platform in
DEBUG_CFLAGS='-g -O0'
DEBUG_CXXFLAGS='-g -O0'
2005-12-31 00:49:08 +01:00
;;
- *BSD)
+ *BSD | DragonFly)
THE_OS="BSD"
THE_COMP="the GNU C++"
CC=gcc; export CC