BROKEN on amd64 and ia64: Does not build (links non-shared with shared library)

This commit is contained in:
Kris Kennaway 2004-11-18 22:41:01 +00:00
parent 6ba3719384
commit 116f7b74a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121940

View File

@ -26,6 +26,12 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not build on ia64 or amd64 (tries to link non-shared with shared libraries)"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/projects/ltg/projects/lcontrib|${LOCALBASE}|' ${WRKSRC}/setup.py
@ -36,4 +42,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>