diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2016-10-19 21:42:23 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2016-10-19 21:42:58 +0200 |
commit | 2b73810ed25d8db51a5f018da39f186f59d94831 (patch) | |
tree | 8e9a9fb22a0dd73a9ec2b1392206803e2bedf8fe | |
parent | media-video/kmplayer: amd64/x86 stable (diff) | |
download | gentoo-2b73810ed25d8db51a5f018da39f186f59d94831.tar.gz gentoo-2b73810ed25d8db51a5f018da39f186f59d94831.tar.bz2 gentoo-2b73810ed25d8db51a5f018da39f186f59d94831.zip |
media-libs/raspberrypi-userland: Patch accepted by upstream
Package-Manager: portage-2.3.0
-rw-r--r-- | media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch | 10 | ||||
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch b/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch deleted file mode 100644 index f58e288a7a9d..000000000000 --- a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- CMakeLists.txt.old 2015-02-20 19:37:32.754551301 +0100 -+++ CMakeLists.txt 2015-02-20 19:38:45.643356903 +0100 -@@ -38,6 +38,7 @@ - add_definitions(-DOMX_SKIP64BIT) - add_definitions(-DEGL_SERVER_DISPMANX) - add_definitions(-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) -+add_definitions(-D_GNU_SOURCE) - - # do we actually need this? - add_definitions(-D__VIDEOCORE4__) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild index 9c5d675e1b53..c7448085bbb3 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild @@ -19,10 +19,6 @@ RDEPEND="" EGIT_REPO_URI="https://github.com/raspberrypi/userland" -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch -} - src_configure() { local mycmakeargs=( -DVMCS_INSTALL_PREFIX="/usr" |