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

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 29-38 Link Here
29
			--with-boost \
29
			--with-boost \
30
			--with-bzip2 \
30
			--with-bzip2 \
31
			--with-external-includedir=${LOCALBASE}/include \
31
			--with-external-includedir=${LOCALBASE}/include \
32
			--with-external-libdir=${LOCALBASE}/lib \
33
			--with-lzma \
32
			--with-lzma \
34
			--with-zlib
33
			--with-zlib
35
LDFLAGS+=		-pthread
34
LDFLAGS+=		-pthread -L. -L${LOCALBASE}/lib
36
35
37
DOCSDIR=	${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION}
36
DOCSDIR=	${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION}
38
37

Return to bug 251106