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

Collapse All | Expand All

(-)Makefile (-1 / +12 lines)
Lines 42-51 Link Here
42
42
43
.include <bsd.port.options.mk>
43
.include <bsd.port.options.mk>
44
44
45
# because webkit-gtk3 needs it
46
.if ${OSVERSION} < 1000000
47
USES+=		compiler:c++11-lib
48
45
.if ${PORT_OPTIONS:MOPENMP}
49
.if ${PORT_OPTIONS:MOPENMP}
46
USE_GCC=	yes
50
LDFLAGS+=	-lstdc++
51
.endif
52
53
.else
54
.if ${PORT_OPTIONS:MOPENMP}
55
USES+=		compiler:openmp
56
LIB_DEPENDS+=	libc++.so:${PORTSDIR}/devel/libc++
47
LDFLAGS+=	-lc++
57
LDFLAGS+=	-lc++
48
.endif
58
.endif
59
.endif
49
60
50
SHEBANG_FILES=	${WRKSRC}/${CONFIGURE_SCRIPT} ${WRKSRC}/chkver
61
SHEBANG_FILES=	${WRKSRC}/${CONFIGURE_SCRIPT} ${WRKSRC}/chkver
51
62

Return to bug 196707