1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Mark as broken on recent current: does not link.

This commit is contained in:
Mark Linimon 2011-08-29 03:51:40 +00:00
parent e4be554e63
commit 35c9d63b2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280665

View File

@ -19,6 +19,12 @@ ONLY_FOR_ARCHS= i386
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900035
BROKEN= Does not compile on recent FreeBSD-9
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
@ -27,4 +33,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc
${INSTALL_PROGRAM} ${WRKSRC}/fc ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>