From 30692bcf95616dd19481e08304ab4b7d2b142b8c Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 02:01:29 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- multimedia/exportvideo/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'multimedia/exportvideo') diff --git a/multimedia/exportvideo/Makefile b/multimedia/exportvideo/Makefile index b1c94a348d3a..e4e0877293c6 100644 --- a/multimedia/exportvideo/Makefile +++ b/multimedia/exportvideo/Makefile @@ -28,17 +28,15 @@ WRKSRC= ${WRKDIR}/${DISTNAME} PORTDOCS= README README.links +# Compiling with MMX extensions fails on FreeBSD 5.x +WITHOUT_MMX= yes + .include .if ${ARCH} != "i386" IGNORE= Supported for i386 architecture only .endif -# Compiling with MMX extensions fails on FreeBSD 5.x -.if ${OSVERSION} >= 500000 -WITHOUT_MMX= yes -.endif - .if defined(WITHOUT_MMX) CONFIGURE_ARGS+= --no-mmx .endif -- cgit