fix db3 lib path
This commit is contained in:
parent
85dc249d41
commit
68acb25ade
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/02/09 03:53:13 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2004/02/09 07:03:58 kevlo Exp $
|
||||
|
||||
COMMENT= "library for Chinese language processing"
|
||||
|
||||
@ -22,7 +22,7 @@ LIB_DEPENDS= lib/db/db.3:db->3,<4:databases/db/v3
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS= --with-db-inc=${LOCALBASE}/include/db \
|
||||
--with-db-lib=${LOCALBASE}/lib \
|
||||
--with-db-lib=${LOCALBASE}/lib/db \
|
||||
${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user