summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-10-13 13:17:24 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-10-13 13:17:24 +0000
commiteb28ce870308d152373fbfa7f8e6a6d6270da56c (patch)
tree28a20b2842d598687174b84addd50a79245a0290 /media-libs/raptor
parentStable on x86 for bug #195687 (diff)
downloadgentoo-2-eb28ce870308d152373fbfa7f8e6a6d6270da56c.tar.gz
gentoo-2-eb28ce870308d152373fbfa7f8e6a6d6270da56c.tar.bz2
gentoo-2-eb28ce870308d152373fbfa7f8e6a6d6270da56c.zip
Always link to libmath which is needed, bug #195649
(Portage version: 2.1.3.12)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r--media-libs/raptor/ChangeLog6
-rw-r--r--media-libs/raptor/files/raptor-1.4.16-lm.patch13
-rw-r--r--media-libs/raptor/raptor-1.4.16.ebuild3
3 files changed, 20 insertions, 2 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog
index 84da925e696b..258a9e39cace 100644
--- a/media-libs/raptor/ChangeLog
+++ b/media-libs/raptor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.48 2007/10/10 13:54:51 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.49 2007/10/13 13:17:23 aballier Exp $
+
+ 13 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+ +files/raptor-1.4.16-lm.patch, raptor-1.4.16.ebuild:
+ Always link to libmath which is needed, bug #195649
*raptor-1.4.16 (10 Oct 2007)
diff --git a/media-libs/raptor/files/raptor-1.4.16-lm.patch b/media-libs/raptor/files/raptor-1.4.16-lm.patch
new file mode 100644
index 000000000000..0df8c29bbe1d
--- /dev/null
+++ b/media-libs/raptor/files/raptor-1.4.16-lm.patch
@@ -0,0 +1,13 @@
+Index: raptor-1.4.16/src/Makefile.in
+===================================================================
+--- raptor-1.4.16.orig/src/Makefile.in
++++ raptor-1.4.16/src/Makefile.in
+@@ -233,7 +233,7 @@ LEX = @LEX@
+ LEXLIB = @LEXLIB@
+ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@ $(MEM_LIBS)
++LIBS = @LIBS@ $(MEM_LIBS) -lm
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
diff --git a/media-libs/raptor/raptor-1.4.16.ebuild b/media-libs/raptor/raptor-1.4.16.ebuild
index db85b5dd49c9..1b09e6ffc5db 100644
--- a/media-libs/raptor/raptor-1.4.16.ebuild
+++ b/media-libs/raptor/raptor-1.4.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.16.ebuild,v 1.3 2007/10/10 14:14:48 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.16.ebuild,v 1.4 2007/10/13 13:17:23 aballier Exp $
inherit eutils
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}/${P}-lm.patch"
epunt_cxx
}