summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-08-27 19:47:53 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-08-27 19:49:37 +0200
commit12d4517eb75d91633694cca71f02a633c8d4d69f (patch)
tree14d3ea9e3e5a977d36a75137809e868b236ec528 /sys-apps/pnputils/pnputils-0.1.ebuild
parentnet-libs/nodejs: Old (diff)
downloadgentoo-12d4517eb75d91633694cca71f02a633c8d4d69f.tar.gz
gentoo-12d4517eb75d91633694cca71f02a633c8d4d69f.tar.bz2
gentoo-12d4517eb75d91633694cca71f02a633c8d4d69f.zip
sys-apps/pnputils: fix compilation with musl
Closes: https://bugs.gentoo.org/715834 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/pnputils/pnputils-0.1.ebuild')
-rw-r--r--sys-apps/pnputils/pnputils-0.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/pnputils/pnputils-0.1.ebuild b/sys-apps/pnputils/pnputils-0.1.ebuild
index 0919a9fa409f..26f8aff88c6c 100644
--- a/sys-apps/pnputils/pnputils-0.1.ebuild
+++ b/sys-apps/pnputils/pnputils-0.1.ebuild
@@ -13,7 +13,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* amd64 x86"
-PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-makefile.patch"
+ "${FILESDIR}/${P}-musl.patch"
+)
src_compile() {
emake CC="$(tc-getCC)" all