diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
commit | 30692bcf95616dd19481e08304ab4b7d2b142b8c (patch) | |
tree | 9d39f9a71f224f7ed908a4d37231bb94a3f01b5c /multimedia/exportvideo | |
parent | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (diff) | |
download | freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.gz freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.zst freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/exportvideo')
-rw-r--r-- | multimedia/exportvideo/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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 <bsd.port.pre.mk> .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 |