From: Tupone Alfredo Date: Wed, 19 Oct 2016 19:42:23 +0000 (+0200) Subject: media-libs/raspberrypi-userland: Patch accepted by upstream X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2b73810ed25d8db51a5f018da39f186f59d94831;p=gentoo.git media-libs/raspberrypi-userland: Patch accepted by upstream Package-Manager: portage-2.3.0 --- 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"