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

Collapse All | Expand All

(-)databases/sqlite3/Makefile (-1 / +1 lines)
Lines 79-85 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 used by www/firefox, www/libxul
84
# RTREE used by graphics/mapnik, databases/spatialite
84
# RTREE used by graphics/mapnik, databases/spatialite
85
85

Return to bug 200853