revert the sqlite3 change while I try to figure out a real fix.

This commit is contained in:
tnn 2008-12-17 20:06:43 +00:00
parent 6fd969a86f
commit 297f53dde6

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2008/12/17 19:50:42 tnn Exp $
# $NetBSD: Makefile,v 1.12 2008/12/17 20:06:43 tnn Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
COMMENT= Lightweight gecko-based web browser
@ -88,7 +88,8 @@ CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
CONFIGURE_ARGS+= --disable-dbus
# Avoids needing curl on Linux
CONFIGURE_ARGS+= --disable-crashreporter
CONFIGURE_ARGS+= --disable-system-sqlite
#.include "../../databases/sqlite3/buildlink3.mk"
#CONFIGURE_ARGS+= --enable-system-sqlite
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"