BROKEN on amd64: Missing -fPIC

This commit is contained in:
Kris Kennaway 2004-04-03 14:12:26 +00:00
parent 781a0ee3c9
commit f8910ead67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106042

View File

@ -23,6 +23,12 @@ WRKSRC= ${WRKDIR}/$(DISTNAME)-2
USE_REINPLACE= yes
USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (missing -fPIC)"
.endif
post-patch:
${CP} ${FILESDIR}/add-module ${WRKSRC}
${CP} ${FILESDIR}/files-Makefile ${WRKSRC}/Makefile
@ -42,4 +48,4 @@ post-install:
@${ECHO_MSG} "---------------------------------------"
@${ECHO_MSG} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>