1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

BROKEN on amd64: Does not compile (missing -fPIC)

This commit is contained in:
Kris Kennaway 2004-05-30 07:10:47 +00:00
parent 004197b07a
commit 3c25539f3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110370

View File

@ -34,6 +34,12 @@ INSTALL_TARGET= site-install
DOCS_EN= README
DOCS_JA= ChangeLog.ja README.ja
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (missing -fPIC)"
.endif
post-extract:
${LN} -sf `cd ${PORTSDIR}/${TGIF_PORT}; ${MAKE} -V WRKSRC` ${WRKSRC}/tgif
@ -54,4 +60,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>