media-libs/raspberrypi-userland: Patch accepted by upstream
authorTupone Alfredo <tupone@gentoo.org>
Wed, 19 Oct 2016 19:42:23 +0000 (21:42 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Wed, 19 Oct 2016 19:42:58 +0000 (21:42 +0200)
Package-Manager: portage-2.3.0

media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch [deleted file]
media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild

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 (file)
index f58e288..0000000
+++ /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__)
index 9c5d675e1b53a88f42104a68717dd6ff24232f2d..c7448085bbb36b90fff2e51cae4e6c4c2665e754 100644 (file)
@@ -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"