diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-03 11:07:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-03 15:39:45 +0100 |
commit | 84b875617c83737944b85bbafce713b59bcbe155 (patch) | |
tree | d1f699f41736a78b05961c56bf8a83f289507099 /games-strategy/hedgewars | |
parent | games-strategy/hedgewars: EAPI-7 bump (diff) | |
download | gentoo-84b875617c83737944b85bbafce713b59bcbe155.tar.gz gentoo-84b875617c83737944b85bbafce713b59bcbe155.tar.bz2 gentoo-84b875617c83737944b85bbafce713b59bcbe155.zip |
games-strategy/hedgewars: PHYSFS_SYSTEM cmake option was dropped
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'games-strategy/hedgewars')
-rw-r--r-- | games-strategy/hedgewars/hedgewars-0.9.25.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-strategy/hedgewars/hedgewars-0.9.25.ebuild b/games-strategy/hedgewars/hedgewars-0.9.25.ebuild index 3c4e4100affa..c98f3a05e5de 100644 --- a/games-strategy/hedgewars/hedgewars-0.9.25.ebuild +++ b/games-strategy/hedgewars/hedgewars-0.9.25.ebuild @@ -84,7 +84,6 @@ src_configure() { -DBUILD_ENGINE_C=$(usex x86) -DNOVIDEOREC=$(usex !x86) -DCMAKE_VERBOSE_MAKEFILE=TRUE - -DPHYSFS_SYSTEM=ON # Need to tell the build system where the fonts are located # as it uses PhysFS' symbolic link protection mode which # prevents us from symlinking the fonts into the right directory |