mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on amd64 and ia64: Does not build (links non-shared with shared library)
This commit is contained in:
parent
6ba3719384
commit
116f7b74a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121940
1 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||||
USE_REINPLACE= yes
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/projects/ltg/projects/lcontrib|${LOCALBASE}|' ${WRKSRC}/setup.py
|
@${REINPLACE_CMD} -e 's|/projects/ltg/projects/lcontrib|${LOCALBASE}|' ${WRKSRC}/setup.py
|
||||||
|
|
||||||
|
@ -36,4 +42,4 @@ post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
|
${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue