summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-af
blob: 2cca96436f647c7a09ea095046b21645d3b1d25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.7 2006/01/03 00:04:42 wiz Exp $

--- runConfigureICU.orig	2005-05-18 19:29:00.000000000 +0200
+++ runConfigureICU
@@ -253,7 +253,7 @@ case $platform in
         RELEASE_CFLAGS='-O2'
         RELEASE_CXXFLAGS='-O2'
         ;;
-    *BSD)
+    *BSD | DragonFly)
         THE_OS="BSD"
         THE_COMP="the GNU C++"
         CC=gcc; export CC