pkgsrc/inputmethod/ja-freewnn-lib/patches/patch-ad
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

23 lines
527 B
Text

$NetBSD: patch-ad,v 1.3 2002/08/25 19:22:58 jlam Exp $
--- configure.in.orig Tue Apr 6 12:12:19 1999
+++ configure.in
@@ -54,12 +54,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