mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/opencv: whitespace
This commit is contained in:
committed by
Michał Górny
parent
38bad8e4c6
commit
d98cdf641e
@@ -80,10 +80,10 @@ pkg_setup() {
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-2.3.1a-libav-0.7.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.3-gcc47.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.2-cflags.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.8-javamagic.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.9-cuda-pkg-config.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.3-gcc47.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.2-cflags.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.8-javamagic.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.9-cuda-pkg-config.patch" \
|
||||
"${FILESDIR}/${P}-git-autodetect.patch"
|
||||
|
||||
# remove bundled stuff
|
||||
|
||||
@@ -197,7 +197,7 @@ src_configure() {
|
||||
|
||||
if use cuda; then
|
||||
if [[ "$(gcc-version)" > "4.8" ]]; then
|
||||
# bug 577410
|
||||
# bug 577410
|
||||
# #error -- unsupported GNU version! gcc 4.9 and up are not supported!
|
||||
ewarn "CUDA and >=sys-devel/gcc-4.9 do not play well together. Disabling CUDA support."
|
||||
mycmakeargs+=( -DWITH_CUDA=OFF )
|
||||
|
||||
@@ -80,10 +80,10 @@ pkg_setup() {
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-2.3.1a-libav-0.7.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.3-gcc47.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.2-cflags.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.8-javamagic.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.9-cuda-pkg-config.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.3-gcc47.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.2-cflags.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.8-javamagic.patch" \
|
||||
"${FILESDIR}/${PN}-2.4.9-cuda-pkg-config.patch" \
|
||||
"${FILESDIR}/${P}-git-autodetect.patch"
|
||||
|
||||
# remove bundled stuff
|
||||
|
||||
@@ -94,7 +94,7 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
|
||||
epatch "${FILESDIR}/${PN}-3.0.0-gles.patch" \
|
||||
"${FILESDIR}/${PN}-3.1.0-cmake-no-opengl.patch" \
|
||||
"${FILESDIR}/${PN}-3.1.0-cmake-no-opengl.patch" \
|
||||
"${FILESDIR}/${P}-git-autodetect.patch"
|
||||
|
||||
# remove bundled stuff
|
||||
|
||||
@@ -209,7 +209,7 @@ src_configure() {
|
||||
|
||||
if use cuda; then
|
||||
if [[ "$(gcc-version)" > "4.8" ]]; then
|
||||
# bug 577410
|
||||
# bug 577410
|
||||
# #error -- unsupported GNU version! gcc 4.9 and up are not supported!
|
||||
ewarn "CUDA and >=sys-devel/gcc-4.9 do not play well together. Disabling CUDA support."
|
||||
mycmakeargs+=( -DWITH_CUDA=OFF )
|
||||
|
||||
Reference in New Issue
Block a user