diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 06:23:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 06:23:37 +0800 |
commit | a56eda324d65d24a8914a075a4f1be2b2936c0ea (patch) | |
tree | efd3904e30844292b1e9d8603899108f8a18a879 | |
parent | 827041b95c80ef95a81a615822a7899bfc1bf6fc (diff) | |
download | freebsd-ports-gnome-a56eda324d65d24a8914a075a4f1be2b2936c0ea.tar.gz freebsd-ports-gnome-a56eda324d65d24a8914a075a4f1be2b2936c0ea.tar.zst freebsd-ports-gnome-a56eda324d65d24a8914a075a4f1be2b2936c0ea.zip |
Mark as broken on 5.x for the usual gcc3.3 problems. Note that the
distfile is a couple of years old.
-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 681cc58bed60..bb8616b5103e 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> |