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

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
15
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USES=		compiler:c++11-lib libtool pathfix pkgconfig tar:xz
18
USES=		compiler:c++11-lib libtool localbase:ldflags pathfix pkgconfig tar:xz
19
USE_CXXSTD=	c++11
19
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
20
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
21
22
Lines 23-29 Link Here
23
		--with-boost="${LOCALBASE}" \
24
		--with-boost="${LOCALBASE}" \
24
		--with-boost-system=boost_system \
25
		--with-boost-system=boost_system \
25
		--disable-python
26
		--disable-python
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
27
29
.include <bsd.port.mk>
28
.include <bsd.port.mk>

Return to bug 231447