summaryrefslogtreecommitdiff
path: root/inputmethod/ja-freewnn-lib/patches/patch-ae
blob: 22ab7ab95db0c92191c5ae2e2a0034c36f751342 (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.2 2002/06/10 10:03:34 sakamoto 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")
+    CCOPTIONS="-DCSRG_BASED"
+    CDEBUGFLAGS="-O2 -fno-strength-reduce"
+    CPP=/usr/bin/cpp
     ;;
 "SunOS")
     if test $CC = gcc; then