pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/x264-devel Restore disabling of assembler s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab77b8eaa79a
branches: trunk
changeset: 610870:ab77b8eaa79a
user: tron <tron%pkgsrc.org@localhost>
date: Fri Nov 09 07:42:20 2012 +0000
description:
Restore disabling of assembler support under Mac OS X i386 to fix
the build.
diffstat:
multimedia/x264-devel/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 42b25fff73fc -r ab77b8eaa79a multimedia/x264-devel/Makefile
--- a/multimedia/x264-devel/Makefile Fri Nov 09 04:36:27 2012 +0000
+++ b/multimedia/x264-devel/Makefile Fri Nov 09 07:42:20 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2012/11/08 20:28:08 adam Exp $
+# $NetBSD: Makefile,v 1.38 2012/11/09 07:42:20 tron Exp $
SNAPSHOT_DATE= 20121107
@@ -25,7 +25,8 @@
# them off even if the C versions are slower.
.if ${MACHINE_ARCH} == "i386"
. if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && \
- (!empty(OS_VERSION:M[1-5].*) && empty(OS_VERSION:M5.99.*)))
+ (!empty(OS_VERSION:M[1-5].*) && empty(OS_VERSION:M5.99.*))) || \
+ ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --disable-asm
. else
BUILD_DEPENDS+= yasm>=0.4.0:../../devel/yasm
Home |
Main Index |
Thread Index |
Old Index