Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/
Date: Thu, 03 Jan 2019 14:40:43
Message-Id: 1546526385.84b875617c83737944b85bbafce713b59bcbe155.asturm@gentoo
1 commit: 84b875617c83737944b85bbafce713b59bcbe155
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 10:07:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 14:39:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b87561
7
8 games-strategy/hedgewars: PHYSFS_SYSTEM cmake option was dropped
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 games-strategy/hedgewars/hedgewars-0.9.25.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/games-strategy/hedgewars/hedgewars-0.9.25.ebuild b/games-strategy/hedgewars/hedgewars-0.9.25.ebuild
17 index 3c4e4100aff..c98f3a05e5d 100644
18 --- a/games-strategy/hedgewars/hedgewars-0.9.25.ebuild
19 +++ b/games-strategy/hedgewars/hedgewars-0.9.25.ebuild
20 @@ -84,7 +84,6 @@ src_configure() {
21 -DBUILD_ENGINE_C=$(usex x86)
22 -DNOVIDEOREC=$(usex !x86)
23 -DCMAKE_VERBOSE_MAKEFILE=TRUE
24 - -DPHYSFS_SYSTEM=ON
25 # Need to tell the build system where the fonts are located
26 # as it uses PhysFS' symbolic link protection mode which
27 # prevents us from symlinking the fonts into the right directory