View | Details | Raw Unified | Return to bug 103731
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 16-22 Link Here
16
COMMENT=	CLucene is a C++ port of Lucene
16
COMMENT=	CLucene is a C++ port of Lucene
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS+=	--enable-ascii
20
USE_BZIP2=	yes
19
USE_BZIP2=	yes
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
22
USE_GCC=	3.2+
21
USE_GCC=	3.2+
Lines 24-29 Link Here
24
23
25
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
26
25
26
.if defined(WITH_ASCII_SUPPORT)
27
CONFIGURE_ARGS+=	--enable-ascii
28
.endif
29
27
.if ${OSVERSION} < 500016
30
.if ${OSVERSION} < 500016
28
CONFIGURE_ENV+=	PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
31
CONFIGURE_ENV+=	PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
29
.endif
32
.endif

Return to bug 103731