diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-12 10:43:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-12 10:43:49 +0000 |
commit | 007ec83bce0a0545e03a1b4cafa688b1cdcb1e28 (patch) | |
tree | 048a3a31c426b38a883e06d49f4df3eef4690f00 /graphics/glide3 | |
parent | Updated homepage. (diff) |
Mark as broken on 5.x (won't install, per bento logs). Notified maintainer.
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 2ba12ad873b7..57bb1b9b2d3e 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -40,6 +40,12 @@ ONLY_FOR_ARCHS= i386 # Glide3 DOES NOT work with CFLAGS greater than -O2 CFLAGS+= -O +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + .ifdef WITH_VOODOO3 CONFIGURE_ARGS+= --enable-fx-glide-hw=h3 .else @@ -50,4 +56,4 @@ pre-everything:: post-extract: cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal -.include <bsd.port.mk> +.include <bsd.port.post.mk> |