diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-28 22:23:37 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-28 22:23:37 +0000 |
commit | a56eda324d65d24a8914a075a4f1be2b2936c0ea (patch) | |
tree | efd3904e30844292b1e9d8603899108f8a18a879 /graphics/ray++ | |
parent | 827041b95c80ef95a81a615822a7899bfc1bf6fc (diff) | |
download | FreeBSD-ports-a56eda324d65d24a8914a075a4f1be2b2936c0ea.zip FreeBSD-ports-a56eda324d65d24a8914a075a4f1be2b2936c0ea.tar.gz |
Mark as broken on 5.x for the usual gcc3.3 problems. Note that the
distfile is a couple of years old.
Diffstat (limited to 'graphics/ray++')
-rw-r--r-- | graphics/ray++/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index 681cc58..bb8616b 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://www.mpa-garching.mpg.de/~martin/ray++/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A collection of C++ classes needed for ray tracing +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-fast-handles USE_GMAKE= yes @@ -25,4 +31,4 @@ do-install: ${FIND} * -name "*.h" | cpio -pdum ${PREFIX}/include/${PORTNAME} ; \ ${CHMOD} -R 755 ${PREFIX}/include/${PORTNAME} ) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |