mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
x11-misc/xxkb: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/732428 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
96b3fe30ad
commit
2d16358111
@@ -31,7 +31,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
app-text/rman
|
||||
x11-misc/imake
|
||||
>=x11-misc/imake-1.0.8-r1
|
||||
svg? ( virtual/pkgconfig )
|
||||
"
|
||||
|
||||
@@ -48,7 +48,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
xmkmf $(usex svg -DWITH_SVG_SUPPORT '') || die
|
||||
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
|
||||
IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" \
|
||||
xmkmf $(usex svg -DWITH_SVG_SUPPORT '') || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user