Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681878
Collapse All | Expand All

(-)a/media-libs/x265/x265-3.0.ebuild (-7 lines)
Lines 79-87 x265_variant_src_configure() { Link Here
79
				-DENABLE_CLI=OFF
79
				-DENABLE_CLI=OFF
80
				-DMAIN12=ON
80
				-DMAIN12=ON
81
			)
81
			)
82
			if [[ ${ABI} = x86 ]] ; then
83
				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
84
			fi
85
			if [[ ${ABI} = arm ]] ; then
82
			if [[ ${ABI} = arm ]] ; then
86
				# 589674
83
				# 589674
87
				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
84
				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
Lines 98-106 x265_variant_src_configure() { Link Here
98
				-DENABLE_SHARED=OFF
95
				-DENABLE_SHARED=OFF
99
				-DENABLE_CLI=OFF
96
				-DENABLE_CLI=OFF
100
			)
97
			)
101
			if [[ ${ABI} = x86 ]] ; then
102
				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
103
			fi
104
			if [[ ${ABI} = arm ]] ; then
98
			if [[ ${ABI} = arm ]] ; then
105
				# 589674
99
				# 589674
106
				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
100
				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
107
- 

Return to bug 681878