diff options
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> |