diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-06-29 11:46:51 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-06-29 11:46:51 +0000 |
commit | dee3bc6aad031a8e90cdb23ced1f553e69fc547c (patch) | |
tree | 55875903f7d2a5d0c8e3262d21c26792d36078e8 /sci-visualization/opendx | |
parent | Bad idea to disable alsatest. (diff) | |
download | gentoo-2-dee3bc6aad031a8e90cdb23ced1f553e69fc547c.tar.gz gentoo-2-dee3bc6aad031a8e90cdb23ced1f553e69fc547c.tar.bz2 gentoo-2-dee3bc6aad031a8e90cdb23ced1f553e69fc547c.zip |
Added libtool-2.2* compatibility patch (fixes bug #229901).
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686)
Diffstat (limited to 'sci-visualization/opendx')
-rw-r--r-- | sci-visualization/opendx/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/opendx/files/opendx-4.4.4-libtool.patch | 11 | ||||
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4.ebuild | 3 |
3 files changed, 18 insertions, 2 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog index 0def66e530fe..22ded3393e29 100644 --- a/sci-visualization/opendx/ChangeLog +++ b/sci-visualization/opendx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/opendx # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.12 2008/05/18 15:57:19 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.13 2008/06/29 11:46:50 markusle Exp $ + + 29 Jun 2008; Markus Dittrich <markusle@gentoo.org> + +files/opendx-4.4.4-libtool.patch, opendx-4.4.4.ebuild: + Added libtool-2.2* compatibility patch (fixes bug #229901). 18 May 2008; Michał Januszewski <spock@gentoo.org> +files/opendx-4.4.4-gcc43.patch, opendx-4.4.4.ebuild: diff --git a/sci-visualization/opendx/files/opendx-4.4.4-libtool.patch b/sci-visualization/opendx/files/opendx-4.4.4-libtool.patch new file mode 100644 index 000000000000..2a5aad6d439a --- /dev/null +++ b/sci-visualization/opendx/files/opendx-4.4.4-libtool.patch @@ -0,0 +1,11 @@ +diff -Naur dx-4.4.4/configure.ac dx-4.4.4.new/configure.ac +--- dx-4.4.4/configure.ac 2006-08-21 17:56:08.000000000 -0400 ++++ dx-4.4.4.new/configure.ac 2008-06-29 07:31:08.000000000 -0400 +@@ -10,6 +10,7 @@ + AM_INIT_AUTOMAKE + AC_DISABLE_SHARED + AC_PROG_LIBTOOL ++AC_PROG_CXX + + VERSION_STRING="04.4.4000" + MAJOR_VERSION=4 diff --git a/sci-visualization/opendx/opendx-4.4.4.ebuild b/sci-visualization/opendx/opendx-4.4.4.ebuild index ace29de46b0a..0f9b0406d22a 100644 --- a/sci-visualization/opendx/opendx-4.4.4.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.5 2008/05/18 15:57:19 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.6 2008/06/29 11:46:50 markusle Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -75,6 +75,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-compressed-man.patch epatch "${FILESDIR}"/${PN}-4.4.4-gcc43.patch + epatch "${FILESDIR}"/${P}-libtool.patch eautoreconf || die "Failed running eautoreconf." } |