summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2016-05-11 14:25:26 +0200
committerTupone Alfredo <tupone@gentoo.org>2016-05-11 14:26:56 +0200
commitaa1bf72c3e52e5420c82fd1088032cf222447496 (patch)
tree0c396a47290a1de0a24eb7781e1fe87264241193 /media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild
parentdev-python/foolscap: Bump (diff)
downloadgentoo-aa1bf72c3e52e5420c82fd1088032cf222447496.tar.gz
gentoo-aa1bf72c3e52e5420c82fd1088032cf222447496.tar.bz2
gentoo-aa1bf72c3e52e5420c82fd1088032cf222447496.zip
media-libs/raspberrypi-userland: patches accepted by upstream
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild')
-rw-r--r--media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild
index fc4088c8689c..9c5d675e1b53 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,6 +23,14 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
}
+src_configure() {
+ local mycmakeargs=(
+ -DVMCS_INSTALL_PREFIX="/usr"
+ )
+
+ cmake-utils_src_configure
+}
+
src_install() {
cmake-utils_src_install