blob: d5c02974b251e15c85cdf1a20695137127ee45a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.6 2005/12/30 23:49:08 joerg Exp $
--- configure.orig 2005-12-30 22:47:03.000000000 +0000
+++ configure
@@ -1552,7 +1552,8 @@ powerpc*-*-linux*)
else
icu_cv_host_frag=mh-cygwin-msvc
fi ;;
-*-*-*bsd*) icu_cv_host_frag=mh-bsd-gcc ;;
+*-*-*bsd*|*-*-dragonfly*)
+ icu_cv_host_frag=mh-bsd-gcc ;;
*-*-aix*)
if test "$GCC" = yes; then
icu_cv_host_frag=mh-aix-gcc
|