1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

BROKEN on ia64. Noted by kris

This commit is contained in:
Kevin Lo 2004-12-02 01:36:46 +00:00
parent d5cb088847
commit 7d78ef7cbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122954

View File

@ -20,8 +20,14 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.include <bsd.port.post.mk>