summaryrefslogtreecommitdiff
path: root/inputmethod/ja-freewnn-lib/patches/patch-ae
blob: 1d55c3ec422fde8ab2fce35af1f1db4078fd2517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ae,v 1.5 2006/05/02 08:00:08 yyamano Exp $

--- configure.orig	Tue Apr  6 12:12:18 1999
+++ configure
@@ -704,12 +704,17 @@
         CPP=/lib/cpp
     fi
     ;;
-"FreeBSD")
+"FreeBSD" | "OpenBSD")
     CCOPTIONS="-DCSRG_BASED"
     CDEBUGFLAGS="-O2 -fno-strength-reduce"
     if test -x /usr/libexec/cpp; then
         CPP=/usr/libexec/cpp
     fi
+    ;;
+"NetBSD" | "DragonFly" | "Darwin")
+    CCOPTIONS="-DCSRG_BASED"
+    CDEBUGFLAGS="-O2 -fno-strength-reduce"
+    CPP=/usr/bin/cpp
     ;;
 "SunOS")
     if test $CC = gcc; then