pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/multimedia/x264-devel
obache%netbsd.org@localhost said:
> Found GNU assembler 2.16.1
> Minimum version is binutils-2.17
> Your compiler can't handle inline SSSE3 asm.
> If you really want to compile without asm, configure with --disable-asm.
Does this patch work for you?
best regards
Matthias
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/x264-devel/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile 4 May 2010 18:18:57 -0000 1.20
+++ Makefile 6 May 2010 09:46:12 -0000
@@ -21,7 +21,7 @@
.endif
.if ${MACHINE_ARCH} == "i386"
-. if ${OPSYS} == "Darwin"
+. if ${OPSYS} == "Darwin" || (${OPSYS} == "NetBSD" &&
(!empty(OS_VERSION:M[1-5].*) && empty(OS_VERSION:M5.99.*)))
CONFIGURE_ARGS+= --disable-asm
. else
BUILD_DEPENDS+= yasm>=0.4.0:../../devel/yasm
Home |
Main Index |
Thread Index |
Old Index