diff options
author | 2008-06-29 11:46:51 +0000 | |
---|---|---|
committer | 2008-06-29 11:46:51 +0000 | |
commit | eb0b8a2e372469c7a4e9db8264e27537c5512e05 (patch) | |
tree | 63cbea861e907b421e0f1d5e023cc634dbc536af /sci-visualization/opendx/files | |
parent | Bad idea to disable alsatest. (diff) | |
download | historical-eb0b8a2e372469c7a4e9db8264e27537c5512e05.tar.gz historical-eb0b8a2e372469c7a4e9db8264e27537c5512e05.tar.bz2 historical-eb0b8a2e372469c7a4e9db8264e27537c5512e05.zip |
Added libtool-2.2* compatibility patch (fixes bug #229901).
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686
Diffstat (limited to 'sci-visualization/opendx/files')
-rw-r--r-- | sci-visualization/opendx/files/opendx-4.4.4-libtool.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |