diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-29 11:51:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-29 11:51:40 +0800 |
commit | c0695778c04936638a7e76559a869b59c5345ae1 (patch) | |
tree | c6cdbdbefcd833d903ec2c352e8ea673435b3911 /devel | |
parent | f60356c4acb4eca319f647962a56a84f28941be2 (diff) | |
download | freebsd-ports-gnome-c0695778c04936638a7e76559a869b59c5345ae1.tar.gz freebsd-ports-gnome-c0695778c04936638a7e76559a869b59c5345ae1.tar.zst freebsd-ports-gnome-c0695778c04936638a7e76559a869b59c5345ae1.zip |
Mark as broken on recent current: does not link.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fastcrc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index e1b44ebd57c9..dee5d7b4c0dc 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -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> |