media-libs/opencv: whitespace

This commit is contained in:
Felix Janda
2016-08-05 18:19:03 +02:00
committed by Michał Górny
parent 38bad8e4c6
commit d98cdf641e
5 changed files with 11 additions and 11 deletions

View File

@@ -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

View File

@@ -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 )

View File

@@ -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

View File

@@ -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

View File

@@ -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 )