diff options
author | tonio <tonio> | 2009-01-24 12:29:51 +0000 |
---|---|---|
committer | tonio <tonio> | 2009-01-24 12:29:51 +0000 |
commit | eb7138f4a98d282a204d33c439f9a70a10a8ea04 (patch) | |
tree | 61f168fd1568bfc5f2592c66d289cece58c5087d /multimedia/libmpeg3/Makefile | |
parent | 0451a3fd5075cb75ace8681eebf4a4f4316c0de3 (diff) | |
download | pkgsrc-eb7138f4a98d282a204d33c439f9a70a10a8ea04.tar.gz |
Fixes the build under Darwin x86. This should also fixes build on MacOSX 10.5.2 PPC
Should Fix PR pkg/38721
Diffstat (limited to 'multimedia/libmpeg3/Makefile')
-rw-r--r-- | multimedia/libmpeg3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index 10eb2ebf831..49706873b56 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/04/03 09:41:25 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/01/24 12:29:51 tonio Exp $ # DISTNAME= libmpeg3-1.7-src @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" -.if (${MACHINE_ARCH} == "i386") +.if (${MACHINE_ARCH} == "i386" && ${OPSYS} != "Darwin") MAKE_ENV+= USE_MMX=1 MAKE_ENV+= USE_CSS=1 BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm |