diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-12 18:43:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-12 18:43:49 +0800 |
commit | 92d574923e81f58c089deff74945cb3ceda263a8 (patch) | |
tree | 3fef8a65289f37d8566bde6e00d8938adf47fb80 /graphics | |
parent | 49ad013afc37a6f3473a1303d14668dbc413d421 (diff) | |
download | freebsd-ports-gnome-92d574923e81f58c089deff74945cb3ceda263a8.tar.gz freebsd-ports-gnome-92d574923e81f58c089deff74945cb3ceda263a8.tar.zst freebsd-ports-gnome-92d574923e81f58c089deff74945cb3ceda263a8.zip |
Mark as broken on 5.x (won't install, per bento logs). Notified maintainer.
Diffstat (limited to 'graphics')
-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> |