Blame SOURCES/flac-nonasm.patch

f086e6
diff -up flac-1.3.2/configure.ac.nonasm flac-1.3.2/configure.ac
f086e6
--- flac-1.3.2/configure.ac.nonasm	2018-09-20 18:07:24.511716480 +0200
f086e6
+++ flac-1.3.2/configure.ac	2018-09-20 18:21:18.727824763 +0200
f086e6
@@ -377,7 +377,7 @@ if test x$have_clock_gettime = xyes; the
f086e6
 fi
f086e6
 
f086e6
 # only matters for x86
f086e6
-AC_CHECK_PROGS(NASM, nasm)
f086e6
+#AC_CHECK_PROGS(NASM, nasm)
f086e6
 AM_CONDITIONAL(FLaC__HAS_NASM, test -n "$NASM")
f086e6
 if test -n "$NASM" ; then
f086e6
 AC_DEFINE(FLAC__HAS_NASM)