summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-03-24 16:06:28 +0100
committerUlrich Müller <ulm@gentoo.org>2016-03-24 16:06:28 +0100
commitf4e5877e0f2672179380de1a22402a3d61d2abbe (patch)
tree43cd2cc2710ab3d0c4e8986beaa21f740060311f /x11-libs
parentdev-lisp/asdf: Bump to version 3.1.7 (diff)
downloadgentoo-f4e5877e0f2672179380de1a22402a3d61d2abbe.tar.gz
gentoo-f4e5877e0f2672179380de1a22402a3d61d2abbe.tar.bz2
gentoo-f4e5877e0f2672179380de1a22402a3d61d2abbe.zip
x11-libs/motif: Fix build failure with USE=-xft.
Bug: 578168 Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/motif/motif-2.3.5.ebuild3
1 files changed, 3 insertions, 0 deletions
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)