commit: 2b73810ed25d8db51a5f018da39f186f59d94831 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Oct 19 19:42:23 2016 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Oct 19 19:42:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b73810e
media-libs/raspberrypi-userland: Patch accepted by upstream Package-Manager: portage-2.3.0 .../files/raspberrypi-userland-9999-gentoo.patch | 10 ---------- .../raspberrypi-userland/raspberrypi-userland-9999.ebuild | 4 ---- 2 files changed, 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 f58e288..00000000 --- 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 9c5d675..c744808 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"
