View | Details | Raw Unified | Return to bug 121845
Collapse All | Expand All

(-)wings/Makefile (-7 / +1 lines)
Lines 27-38 Link Here
27
USE_BZIP2=	yes
27
USE_BZIP2=	yes
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
29
30
.include <bsd.port.pre.mk>
31
32
.if ${ARCH} != "i386"
33
BROKEN=		Does not compile on !i386
34
.endif
35
36
post-patch:
30
post-patch:
37
	@${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \
31
	@${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \
38
		${WRKSRC}/plugins_src/accel/Makefile
32
		${WRKSRC}/plugins_src/accel/Makefile
Lines 45-48 Link Here
45
	@${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings
39
	@${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings
46
	@${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME}
40
	@${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME}
47
41
48
.include <bsd.port.post.mk>
42
.include <bsd.port.mk>

Return to bug 121845