finish converting, as the no_tcl thingy obviously is a NO_SHARED issue.

This commit is contained in:
espie 2011-11-18 09:39:09 +00:00
parent aafa9c1e98
commit c952698a78

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2011/11/18 00:33:30 espie Exp $
# $OpenBSD: Makefile,v 1.59 2011/11/18 09:39:09 espie Exp $
COMMENT-main= embedded SQL implementation
COMMENT-tcl= TCL bindings for Sqlite3
@ -38,17 +38,17 @@ CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
PSEUDO_FLAVORS= no_tcl
NOT_FOR_ARCHS-tcl = m88k vax
NOT_FOR_ARCHS-tcl = ${NO_SHARED_ARCHS}
FLAVOR ?=
.if ${MACHINE_ARCH} != "m88k" && ${MACHINE_ARCH} != "vax"
CONFIGURE_ARGS += --enable-load-extension
.endif
MULTI_PACKAGES=-main -lemon -tcl
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mno_shared}
CONFIGURE_ARGS += --enable-load-extension
.endif
.if ${BUILD_PACKAGES:M-tcl}
MODULES+= lang/tcl