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

Collapse All | Expand All

(-)./Makefile (-2 / +7 lines)
Lines 44-56 Link Here
44
OPTIONS_SUB=	yes
44
OPTIONS_SUB=	yes
45
45
46
OPENMP_CONFIGURE_ENABLE=openmp
46
OPENMP_CONFIGURE_ENABLE=openmp
47
OPENMP_LIB_DEPENDS=libomp.so:devel/openmp
48
47
49
TOOLS_DESC=	Include training tools
48
TOOLS_DESC=	Include training tools
50
TOOLS_LIB_DEPENDS=libicui18n.so:devel/icu \
49
TOOLS_LIB_DEPENDS=libicui18n.so:devel/icu \
51
		libfontconfig.so:x11-fonts/fontconfig
50
		libfontconfig.so:x11-fonts/fontconfig
52
TOOLS_USE=	GNOME=cairo,glib20,pango
51
TOOLS_USE=	GNOME=cairo,glib20,pango
53
52
53
.include <bsd.port.pre.mk>
54
55
.if ${OSVERSION} < 1103000 || (${OSREL:R} >= 12 && ${OSVERSION} < 1201000)
56
OPENMP_LIB_DEPENDS=libomp.so:devel/openmp
57
.endif
58
54
post-patch:
59
post-patch:
55
	@${REINPLACE_CMD} -e 's|-O3 -DNDEBUG||' ${WRKSRC}/configure.ac
60
	@${REINPLACE_CMD} -e 's|-O3 -DNDEBUG||' ${WRKSRC}/configure.ac
56
61
Lines 64-67 Link Here
64
post-install-TOOLS-on:
69
post-install-TOOLS-on:
65
	@cd ${WRKSRC} && ${MAKE} DESTDIR=${STAGEDIR} training-install
70
	@cd ${WRKSRC} && ${MAKE} DESTDIR=${STAGEDIR} training-install
66
71
67
.include <bsd.port.mk>
72
.include <bsd.port.post.mk>

Return to bug 242292