summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-19 03:05:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-19 03:05:46 -0500
commit2b878031702361370da8f648ac080b3fe38f34d3 (patch)
treeb589026a2cdd86f9f0d7478fc94d4631076ef26c /x11-apps
parent08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a (diff)
downloadbaldeagleos-repo-2b878031702361370da8f648ac080b3fe38f34d3.tar.gz
baldeagleos-repo-2b878031702361370da8f648ac080b3fe38f34d3.tar.xz
baldeagleos-repo-2b878031702361370da8f648ac080b3fe38f34d3.zip
Adding metadata
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xrdb/xrdb-1.2.3-r2.ebuild (renamed from x11-apps/xrdb/xrdb-1.2.3-r1.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-apps/xrdb/xrdb-1.2.3-r1.ebuild b/x11-apps/xrdb/xrdb-1.2.3-r2.ebuild
index 1ff6e3740c93..e909a5cd4130 100644
--- a/x11-apps/xrdb/xrdb-1.2.3-r1.ebuild
+++ b/x11-apps/xrdb/xrdb-1.2.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs xorg-meson
+inherit xorg-meson
DESCRIPTION="X server resource database utility"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris"
@@ -17,7 +17,9 @@ DEPEND="${RDEPEND}
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
- -Dcpp="$(tc-getCPP)" # bug #979049
+ # needs full path so cannot use tc-getCPP, nor paths to clang-cpp
+ # given would need a rebuild to update the path (bug #979049,#979489)
+ -Dcpp="${EPREFIX}/usr/bin/${CHOST}-cpp,${EPREFIX}/usr/bin/cpp"
)
xorg-meson_src_configure
}