fixed find db library on macppc.

This commit is contained in:
kevlo 2004-03-30 09:26:54 +00:00
parent 2ba0d245b0
commit e7d9db540a
2 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2004/03/02 04:46:43 kevlo Exp $
# $OpenBSD: Makefile,v 1.6 2004/03/30 09:26:54 kevlo Exp $
COMMENT= "library for Chinese language processing"
@ -24,8 +24,6 @@ CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-db-inc=${LOCALBASE}/include/db \
--with-db-lib=${LOCALBASE}/lib/db \
${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
WRKDIST= ${WRKDIR}/libtabe

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-script_config_sub,v 1.1 2004/03/30 09:26:57 kevlo Exp $
--- script/config.sub.orig 2001-06-07 13:29:27.000000000 +0000
+++ script/config.sub 2004-03-30 17:17:14.000000000 +0000
@@ -216,7 +216,7 @@ case $basic_machine in
| alphaev6[78]-* \
| we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
| clipper-* | orion-* \
- | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
+ | sparclite-* | pdp11-* | sh-* | macppc-* | powerpc-* | powerpcle-* \
| sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \