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:
parent
004197b07a
commit
3c25539f3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110370
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user