summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik v. Raven <hendrik@consetetur.de>2017-07-28 11:27:06 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-28 14:01:37 +0200
commitf72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035 (patch)
treedd630aa1d88cbb136c3f0a0e6e1f0d4c642d13ef /games-simulation/openrct2
parentx11-wm/i3: Add GLOB_TILDE patch for musl (diff)
downloadgentoo-f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035.tar.gz
gentoo-f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035.tar.bz2
gentoo-f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035.zip
games-simulation/openrct2: drop patches from live build
all patches are now upstream Closes: https://github.com/gentoo/gentoo/pull/5231 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'games-simulation/openrct2')
-rw-r--r--games-simulation/openrct2/openrct2-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
index a0f3e6270529..c93e3088f8ac 100644
--- a/games-simulation/openrct2/openrct2-9999.ebuild
+++ b/games-simulation/openrct2/openrct2-9999.ebuild
@@ -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