summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-03-31 12:26:47 +0200
committerUlrich Müller <ulm@gentoo.org>2020-03-31 12:27:25 +0200
commit49476d85047c707e6f0812f0abf72cd5cb41c730 (patch)
treeddc298af1104a5c062989aaa882afef00032b557 /games-board/polyglot/polyglot-1.4.70b-r3.ebuild
parentsys-apps/etckeeper: x86 stable wrt bug #715522 (diff)
downloadgentoo-49476d85047c707e6f0812f0abf72cd5cb41c730.tar.gz
gentoo-49476d85047c707e6f0812f0abf72cd5cb41c730.tar.bz2
gentoo-49476d85047c707e6f0812f0abf72cd5cb41c730.zip
games-board/polyglot: Fix compilation with musl libc.
Closes: https://bugs.gentoo.org/715560 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-board/polyglot/polyglot-1.4.70b-r3.ebuild')
-rw-r--r--games-board/polyglot/polyglot-1.4.70b-r3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-board/polyglot/polyglot-1.4.70b-r3.ebuild b/games-board/polyglot/polyglot-1.4.70b-r3.ebuild
index 23043395c452..a69460e036c7 100644
--- a/games-board/polyglot/polyglot-1.4.70b-r3.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r3.ebuild
@@ -12,5 +12,8 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-PATCHES=( "${FILESDIR}"/${P}-no-common.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-no-common.patch
+ "${FILESDIR}"/${P}-musl.patch
+)
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system