media-libs/x265: Use proper variable for en/disabling neon.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 7 Feb 2017 11:42:54 +0000 (12:42 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 7 Feb 2017 11:42:54 +0000 (12:42 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-libs/x265/x265-2.2.ebuild
media-libs/x265/x265-9999.ebuild

index ac326ae138597aa4874d515c289bc9f2067b1fc9..a53a6c0caa95bb5a52e511be96acb7e18f5ddfc0 100644 (file)
@@ -145,7 +145,7 @@ multilib_src_configure() {
                # bug #510890
                myabicmakeargs+=( -DENABLE_ASSEMBLY=OFF )
        elif [[ ${ABI} = arm ]] ; then
-               mycmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
+               myabicmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
        fi
 
        local MULTIBUILD_VARIANTS=( $(x265_get_variants) )
index 9edba39a4d6073c5cb134946e251bbec367c00ac..3e2490cd0219f65f6f5a7b90a21c04ba42ebb842 100644 (file)
@@ -145,7 +145,7 @@ multilib_src_configure() {
                # bug #510890
                myabicmakeargs+=( -DENABLE_ASSEMBLY=OFF )
        elif [[ ${ABI} = arm ]] ; then
-               mycmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
+               myabicmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
        fi
 
        local MULTIBUILD_VARIANTS=( $(x265_get_variants) )