Skip to content

Commit

Permalink
games-simulation/openrct2: drop patches from live build
Browse files Browse the repository at this point in the history
all patches are now upstream

Closes: gentoo#5231
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
hvraven authored and mgorny committed Jul 28, 2017
1 parent a3dbdbc commit f72954e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions games-simulation/openrct2/openrct2-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f72954e

Please sign in to comment.