diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 08:52:09 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-01 08:52:09 +0000 |
commit | a1cf04be339e2f0ecbb2782e828ebf3a4868f04b (patch) | |
tree | 88172a43e69d342d23eca6f1ac4dd827832e13ec /x11-misc/xmbdfed | |
parent | version bump (diff) | |
download | gentoo-2-a1cf04be339e2f0ecbb2782e828ebf3a4868f04b.tar.gz gentoo-2-a1cf04be339e2f0ecbb2782e828ebf3a4868f04b.tar.bz2 gentoo-2-a1cf04be339e2f0ecbb2782e828ebf3a4868f04b.zip |
Use motif-config, drop /usr/X11R6 paths, that fixes bug 104854.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-misc/xmbdfed')
-rw-r--r-- | x11-misc/xmbdfed/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog index a9a378f48e3f..b008f0f67df9 100644 --- a/x11-misc/xmbdfed/ChangeLog +++ b/x11-misc/xmbdfed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xmbdfed -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.14 2004/10/02 15:43:24 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.15 2005/10/01 08:52:09 nelchael Exp $ + + 01 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> xmbdfed-4.7_p1.ebuild: + Use motif-config, drop /usr/X11R6 paths, that fixes bug 104854. 29 Sep 2004; <pyrania@gentoo.org> xmbdfed-4.7_p1.ebuild: Stable on x86. diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild index 653600b4ba79..882d604bfd8f 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.5 2004/09/29 08:12:47 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.6 2005/10/01 08:52:09 nelchael Exp $ inherit eutils MY_P=${P/_p*} @@ -32,8 +32,8 @@ src_compile() { # specifying the correct options for Gentoo. local flags="" - local incs="-I/usr/X11R6/include" - local libs="-L/usr/X11R6/lib -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" + local incs="`motif-config --cflags`" + local libs="`motif-config --libs` -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" if use truetype ; then flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\"" |