freebsd-ports/audio/wavpack/files/patch-configure
Thomas Zander d191ed2f3a Update to upstream release 5.1.0; fix several invalid memory reads
PR:		216847
Submitted by:	pkubaj@anongoth.pl
Reviewed by:	riggs
MFH:		2017Q1
Security:	CVE-2016-10169
		CVE-2016-10170
		CVE-2016-10171
		CVE-2016-10172
2017-02-18 14:51:25 +00:00

11 lines
348 B
Text

--- configure.orig 2017-01-17 04:32:28 UTC
+++ configure
@@ -13715,7 +13715,7 @@ $as_echo_n "checking if assembly optimiz
i386|i486|i586|i686|i786) :
$as_echo "#define OPT_ASM_X86 1" >>confdefs.h
asm_selected=x86 ;; #(
- x86_64) :
+ x86_64|amd64) :
$as_echo "#define OPT_ASM_X64 1" >>confdefs.h
asm_selected=x64 ;; #(
arm*) :