games-simulation/openrct2: drop patches from live build
authorHendrik v. Raven <hendrik@consetetur.de>
Fri, 28 Jul 2017 09:27:06 +0000 (11:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 28 Jul 2017 12:01:37 +0000 (14:01 +0200)
all patches are now upstream

Closes: https://github.com/gentoo/gentoo/pull/5231
Package-Manager: Portage-2.3.6, Repoman-2.3.3

games-simulation/openrct2/openrct2-9999.ebuild

index a0f3e627052968b203b9580ed6f985d8271feceb..c93e3088f8ac72ded84e6ddf7e6aaa9b06740434 100644 (file)
@@ -52,11 +52,6 @@ DEPEND="${RDEPEND}
        test? ( dev-cpp/gtest )
 "
 
-PATCHES=(
-       "${FILESDIR}/${PN}-0.1.0-remove-external-gtest.patch"
-       "${FILESDIR}/${PN}-0.1.0-respect-libdir.patch"
-)
-
 if [[ ${PV} == 9999 ]]; then
 src_unpack() {
        default
@@ -73,6 +68,7 @@ src_configure() {
                -DWITH_TESTS="$(usex test)"
                -DDOWNLOAD_TITLE_SEQUENCES=OFF
                -DDISABLE_RCT2_TESTS=ON
+               -DSYSTEM_GTEST=ON
        )
 
        cmake-utils_src_configure