summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-09-08 10:03:47 +0000
committerSimon Stelling <blubb@gentoo.org>2005-09-08 10:03:47 +0000
commit91ae13d92b5a8bd0845b6bf2e8b33093f578f2fc (patch)
tree1e2b00029a42e7f32e948a693f0b0ca9142113f0 /x11-plugins
parentmultilib-strict (diff)
downloadhistorical-91ae13d92b5a8bd0845b6bf2e8b33093f578f2fc.tar.gz
historical-91ae13d92b5a8bd0845b6bf2e8b33093f578f2fc.tar.bz2
historical-91ae13d92b5a8bd0845b6bf2e8b33093f578f2fc.zip
add ~amd64, add -fPIC, make multilib-strict aware: bug 103538
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-latex/ChangeLog5
-rw-r--r--x11-plugins/gaim-latex/Manifest4
-rw-r--r--x11-plugins/gaim-latex/gaim-latex-0.3.ebuild10
3 files changed, 13 insertions, 6 deletions
diff --git a/x11-plugins/gaim-latex/ChangeLog b/x11-plugins/gaim-latex/ChangeLog
index 6c4d672de282..7961fb4fcce5 100644
--- a/x11-plugins/gaim-latex/ChangeLog
+++ b/x11-plugins/gaim-latex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gaim-latex
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/ChangeLog,v 1.3 2005/06/17 09:53:24 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/ChangeLog,v 1.4 2005/09/08 10:03:47 blubb Exp $
+
+ 08 Sep 2005; Simon Stelling <blubb@gentoo.org> gaim-latex-0.3.ebuild:
+ add ~amd64, add -fPIC, make multilib-strict aware: bug 103538
17 Jun 2005; David Holm <dholm@gentoo.org> gaim-latex-0.3.ebuild:
Added to ~ppc.
diff --git a/x11-plugins/gaim-latex/Manifest b/x11-plugins/gaim-latex/Manifest
index b7cdabc1e70d..067bf9e975d2 100644
--- a/x11-plugins/gaim-latex/Manifest
+++ b/x11-plugins/gaim-latex/Manifest
@@ -1,4 +1,4 @@
-MD5 e308f63d6e1b9f02252ef2aa7f9ebf80 ChangeLog 638
+MD5 2433f4bb901a7eea7e066fc8ede340d7 ChangeLog 775
MD5 bab3872b102b8d67b9f9655b4b51811a metadata.xml 218
-MD5 e836ef3f4cce4ad4afd6683859ff0187 gaim-latex-0.3.ebuild 677
+MD5 e002155083035d2ca44079677aac531e gaim-latex-0.3.ebuild 779
MD5 f64061875de9ea65564ed4a5081f2324 files/digest-gaim-latex-0.3 66
diff --git a/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild b/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild
index 7f2aa6ae7ac4..a2b419461cd7 100644
--- a/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild
+++ b/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild,v 1.2 2005/06/17 09:53:24 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-latex/gaim-latex-0.3.ebuild,v 1.3 2005/09/08 10:03:47 blubb Exp $
+
+inherit flag-o-matic multilib
DESCRIPTION="Gaim plugin that renders latex formulae"
HOMEPAGE="http://sourceforge.net/projects/gaim-latex"
@@ -8,7 +10,7 @@ SRC_URI="mirror://sourceforge/gaim-latex/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="net-im/gaim"
@@ -17,11 +19,13 @@ RDEPEND="virtual/tetex
src_compile()
{
+ append-flags -fPIC
emake || die "emake failed"
}
src_install()
{
- make install PREFIX=${D}/usr || die "make install failed"
+ make LIB_INSTALL_DIR="${D}/usr/$(get_libdir)" install PREFIX=${D}/usr \
+ || die "make install failed"
dodoc README CHANGELOG COPYING TODO
}