diff options
author | tron <tron@pkgsrc.org> | 2008-11-05 14:48:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-11-05 14:48:43 +0000 |
commit | 48dcda733492f0c0335c0343b009b7bf335da15b (patch) | |
tree | 01ec8b20590f88748862f4b0948813dc0d8c4d60 /multimedia/libtheora | |
parent | cffc74370bc516a11a045bace96b8c7bd228ba60 (diff) | |
download | pkgsrc-48dcda733492f0c0335c0343b009b7bf335da15b.tar.gz |
Don't disable assembler code under Mac OS X Intel anymore. It is no
longer necessary to do this to make this package build.
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 6239202ca29..9b5f039e6ab 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/11/05 14:23:44 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/11/05 14:48:43 tron Exp $ # .include "Makefile.common" @@ -20,9 +20,9 @@ do-install: .include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386) -CONFIGURE_ARGS+= --disable-asm -.endif +#.if !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386) +#CONFIGURE_ARGS+= --disable-asm +#.endif .include "../../audio/libvorbis/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" |