View | Details | Raw Unified | Return to bug 200853 | Differences between
and this patch

Collapse All | Expand All

(-)databases/sqlite3/Makefile (-2 / +2 lines)
Lines 79-86 RTREE_DESC= Enable R*Tree module Link Here
79
RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
79
RTREE_INT_DESC=		Store 32-bit sig int (no float) coordinates
80
80
81
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
81
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
82
			EXTENSION TS1 UNICODE61 RTREE READLINE
82
			EXTENSION TS1 UNICODE61 RTREE READLINE DBSTAT
83
# SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul
83
# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
84
# RTREE used by graphics/mapnik, databases/spatialite
84
# RTREE used by graphics/mapnik, databases/spatialite
85
85
86
PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
86
PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \

Return to bug 200853