Lines 27-34
Link Here
|
27 |
TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ |
27 |
TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ |
28 |
ac_cv_search_pthread_create="" |
28 |
ac_cv_search_pthread_create="" |
29 |
|
29 |
|
30 |
MAN1= sqlite3.1 |
|
|
31 |
|
32 |
OPTIONS= DEBUG "Enable debugging & verbose explain" off \ |
30 |
OPTIONS= DEBUG "Enable debugging & verbose explain" off \ |
33 |
FTS3 "Enable FTS3 (Full Text Search) module" off \ |
31 |
FTS3 "Enable FTS3 (Full Text Search) module" off \ |
34 |
RTREE "Enable R*Tree module" off \ |
32 |
RTREE "Enable R*Tree module" off \ |
Lines 40-45
Link Here
|
40 |
|
38 |
|
41 |
.include <bsd.port.pre.mk> |
39 |
.include <bsd.port.pre.mk> |
42 |
|
40 |
|
|
|
41 |
.if !defined(NO_INSTALL_MANPAGES) |
42 |
MAN1= sqlite3.1 |
43 |
.endif |
44 |
|
43 |
.if ${OSVERSION} < 700000 |
45 |
.if ${OSVERSION} < 700000 |
44 |
EXTRA_PATCHES+= ${FILESDIR}/pthread_equal_stub |
46 |
EXTRA_PATCHES+= ${FILESDIR}/pthread_equal_stub |
45 |
.endif |
47 |
.endif |