diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-05 05:58:04 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-05 05:58:04 +0000 |
commit | 7ba88e1dc5195da194d301e90ff5b194200fe6d3 (patch) | |
tree | 9d4c7edb2c11d013dbbeef4a3acc313759a64ab2 /app-office | |
parent | fix (diff) | |
download | gentoo-2-7ba88e1dc5195da194d301e90ff5b194200fe6d3.tar.gz gentoo-2-7ba88e1dc5195da194d301e90ff5b194200fe6d3.tar.bz2 gentoo-2-7ba88e1dc5195da194d301e90ff5b194200fe6d3.zip |
Added --x-libraries to econf to fix bug #77946.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/magicpoint/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/magicpoint/magicpoint-1.11b.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog index 15335ffb535c..cb1206cd69c3 100644 --- a/app-office/magicpoint/ChangeLog +++ b/app-office/magicpoint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/magicpoint # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.13 2005/01/01 15:36:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.14 2005/02/05 05:58:04 usata Exp $ + + 05 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> magicpoint-1.11b.ebuild: + Added --x-libraries to econf to fix bug #77946. 11 Dec 2004; Jason Wever <weeve@gentoo.org> magicpoint-1.11b.ebuild: Stable on sparc. diff --git a/app-office/magicpoint/magicpoint-1.11b.ebuild b/app-office/magicpoint/magicpoint-1.11b.ebuild index 5106c45841fa..53caf6b6df2f 100644 --- a/app-office/magicpoint/magicpoint-1.11b.ebuild +++ b/app-office/magicpoint/magicpoint-1.11b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.4 2005/01/01 15:36:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.5 2005/02/05 05:58:04 usata Exp $ inherit elisp-common eutils @@ -49,7 +49,8 @@ src_compile() { $(use_enable truetype xft2) \ $(use_with m17n-lib) \ --disable-vflib \ - --disable-freetype || die + --disable-freetype \ + --x-libraries=/usr/X11R6/lib || die xmkmf || die make Makefiles || die |