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

(-)Makefile (-4 / +3 lines)
Lines 31-40 Link Here
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if ${OSVERSION} >= 502126
35
BROKEN=		"Does not compile on FreeBSD >= 5.x"
36
.endif
37
38
.ifndef(WITH_DEBUG)
34
.ifndef(WITH_DEBUG)
39
CONFIGURE_ARGS+=	--enable-debug=no
35
CONFIGURE_ARGS+=	--enable-debug=no
40
.endif
36
.endif
Lines 45-50 Link Here
45
41
46
post-patch:
42
post-patch:
47
	@${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure
43
	@${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure
44
.if ${OSVERSION} >= 502126
45
	@${REINPLACE_CMD} -e 's|-fpic||' ${WRKSRC}/configure
46
.endif
48
47
49
post-install:
48
post-install:
50
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
49
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \

Return to bug 72448