diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-08-22 21:00:18 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-08-22 21:00:18 +0100 |
commit | d16897964aed980a2bf5b0a173a459a0db295922 (patch) | |
tree | deeee97e1bc9d9403c573414de1dcb0b206d353d /app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild | |
parent | www-apps/nikola: fix wording (diff) | |
download | gentoo-d16897964aed980a2bf5b0a173a459a0db295922.tar.gz gentoo-d16897964aed980a2bf5b0a173a459a0db295922.tar.bz2 gentoo-d16897964aed980a2bf5b0a173a459a0db295922.zip |
app-emulation/gallium-nine-standalone: Set pkg-config LIBDIR
I'm still not sure exactly why this has broken now but thanks to
Michael Cook for the fix.
Closes: https://bugs.gentoo.org/730542
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild')
-rw-r--r-- | app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild index 1cede2d14203..3e96326a2fc8 100644 --- a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild +++ b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,7 @@ DEPEND=" " PATCHES=( - "${FILESDIR}"/0.5-flags.patch + "${FILESDIR}"/0.7-cross-files.patch "${FILESDIR}"/0.3-nine-dll-path.patch ) @@ -67,6 +67,7 @@ src_prepare() { -e "s!@PKG_CONFIG@!$(tc-getPKG_CONFIG)!" \ -e "s!@CFLAGS@!$(_meson_env_array "${CFLAGS} '-DG9DLL=${g9dll}'")!" \ -e "s!@LDFLAGS@!$(_meson_env_array "${LDFLAGS}")!" \ + -e "s!@PKG_CONFIG_LIBDIR@!${PKG_CONFIG_LIBDIR:-${ESYSROOT}/usr/$(get_libdir)/pkgconfig}!" \ ${file}.in > ${file} || die } |