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

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 36-41 Link Here
36
CONFIGURE_ENV+=	CCPIC=-fPIC
36
CONFIGURE_ENV+=	CCPIC=-fPIC
37
.endif
37
.endif
38
38
39
post-patch:
40
.if ${ARCH} == "mips64"
41
	@${REINPLACE_CMD} -e 's|__sgi|__unix__|' ${WRKSRC}/configure
42
.endif
43
39
post-install:
44
post-install:
40
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
45
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
41
46

Return to bug 224338