From f4e5877e0f2672179380de1a22402a3d61d2abbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Thu, 24 Mar 2016 16:06:28 +0100 Subject: [PATCH] x11-libs/motif: Fix build failure with USE=-xft. Bug: 578168 Package-Manager: portage-2.2.28 --- x11-libs/motif/motif-2.3.5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-libs/motif/motif-2.3.5.ebuild b/x11-libs/motif/motif-2.3.5.ebuild index 7cdb19dc4eec..5963a13f7d4a 100644 --- a/x11-libs/motif/motif-2.3.5.ebuild +++ b/x11-libs/motif/motif-2.3.5.ebuild @@ -46,6 +46,9 @@ src_prepare() { # add X.Org vendor string to aliases for virtual bindings echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias + # remove header file which shouldn't be in the tarball #578168 + rm lib/Xm/Xm.h || die + AT_M4DIR=. eautoreconf # get around some LANG problems in make (#15119) -- 2.26.2