1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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

This commit is contained in:
Kris Kennaway 2004-03-06 12:20:56 +00:00
parent 83d8ad69d9
commit d799d2c470
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103100

View File

@ -18,6 +18,12 @@ USE_IMAKE= yes
INSTALLS_SHLIB= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (-fPIC missing)"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lfview ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/plugins/liblfv_leaf.so.1 ${PREFIX}/lib
@ -27,4 +33,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja/lfview
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>