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 | 177495a377f482063a72696682504c9bb3f3bf42 (patch) | |
tree | fdd31d2d8223b6328b775c188817a106a71142e6 /x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | |
parent | version bump (diff) | |
download | historical-177495a377f482063a72696682504c9bb3f3bf42.tar.gz historical-177495a377f482063a72696682504c9bb3f3bf42.tar.bz2 historical-177495a377f482063a72696682504c9bb3f3bf42.zip |
Use motif-config, drop /usr/X11R6 paths, that fixes bug 104854.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild')
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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\"" |