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

Collapse All | Expand All

(-)Makefile (-8 / +5 lines)
Lines 17-24 Link Here
17
		libboost_random.so:devel/boost-libs \
17
		libboost_random.so:devel/boost-libs \
18
		libboost_system.so:devel/boost-libs
18
		libboost_system.so:devel/boost-libs
19
19
20
USES=		cmake iconv:wchar_t libtool pathfix pkgconfig python:2.7,test shebangfix ssl # compiler:c++14-lang
20
USES=		compiler:gcc-c++11-lib cmake iconv:wchar_t libtool \
21
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
21
		localbase:ldflags pathfix pkgconfig python:2.7,test \
22
		shebangfix ssl
23
LDFLAGS+=	${ICONV_LIB}
22
SHEBANG_FILES=	test/socks.py test/web_server.py
24
SHEBANG_FILES=	test/socks.py test/web_server.py
23
USE_GITHUB=	yes
25
USE_GITHUB=	yes
24
GH_ACCOUNT=	arvidn
26
GH_ACCOUNT=	arvidn
Lines 40-51 Link Here
40
EXAMPLES_CMAKE_BOOL=	build_examples
42
EXAMPLES_CMAKE_BOOL=	build_examples
41
LOGGING_CMAKE_BOOL=	logging
43
LOGGING_CMAKE_BOOL=	logging
42
44
43
# workaroud for the clang-10 compiler failure: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244830
45
CXXFLAGS+=	-DBOOST_ASIO_DISABLE_STD_EXPERIMENTAL_STRING_VIEW
44
LLVM_VER=	90
45
BUILD_DEPENDS+=	clang${LLVM_VER}:devel/llvm${LLVM_VER}
46
CPP=		clang-cpp${LLVM_VER}
47
CC=		clang${LLVM_VER}
48
CXX=		clang++${LLVM_VER}
49
46
50
post-patch:
47
post-patch:
51
	@${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \
48
	@${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \

Return to bug 243958