summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-02-05 05:58:04 +0000
committerMamoru Komachi <usata@gentoo.org>2005-02-05 05:58:04 +0000
commitc2807bed900028e5829a64411e37f24bed2a4d20 (patch)
treee37e9ffdd7adbb7af106dcacf41830b11624b28a /app-office
parentfix (diff)
downloadhistorical-c2807bed900028e5829a64411e37f24bed2a4d20.tar.gz
historical-c2807bed900028e5829a64411e37f24bed2a4d20.tar.bz2
historical-c2807bed900028e5829a64411e37f24bed2a4d20.zip
Added --x-libraries to econf to fix bug #77946.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-office')
-rw-r--r--app-office/magicpoint/ChangeLog5
-rw-r--r--app-office/magicpoint/Manifest10
-rw-r--r--app-office/magicpoint/magicpoint-1.11b.ebuild5
3 files changed, 12 insertions, 8 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/Manifest b/app-office/magicpoint/Manifest
index fd0d55e6cf2f..6bee61b32231 100644
--- a/app-office/magicpoint/Manifest
+++ b/app-office/magicpoint/Manifest
@@ -1,9 +1,9 @@
-MD5 f378ec409d28b48fff01a28978aa8f22 ChangeLog 4771
+MD5 33901676c0c769708a99a290ad77611c magicpoint-1.11b.ebuild 2404
MD5 70daff0b7672a007bbd8e7fd871b2241 magicpoint-1.10a-r1.ebuild 1957
+MD5 adf6b63fb88702a541d0cfbe603b6268 ChangeLog 4891
MD5 cca347d4b0e88766d322951ccf1e97e7 metadata.xml 570
-MD5 0afb57a006e0bbb89f322c85001e07ea magicpoint-1.11b.ebuild 2376
-MD5 63a502fcee80a92007cd49e113116b04 files/50mgp-mode-gentoo.el 167
-MD5 6ac7b3bc9c394f597bf182a0509154fc files/digest-magicpoint-1.10a-r1 68
MD5 fb8540abfe6224103b5d68b722e78119 files/magicpoint-1.11b-gentoo.diff 1412
-MD5 3948d3f1ee43af2138ad361b1bcab87b files/magicpoint-1.10a-r1-gentoo.diff 1833
MD5 02b686f1f35a47738d8938fb0151d3d0 files/digest-magicpoint-1.11b 68
+MD5 6ac7b3bc9c394f597bf182a0509154fc files/digest-magicpoint-1.10a-r1 68
+MD5 3948d3f1ee43af2138ad361b1bcab87b files/magicpoint-1.10a-r1-gentoo.diff 1833
+MD5 63a502fcee80a92007cd49e113116b04 files/50mgp-mode-gentoo.el 167
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