diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-10-21 14:06:03 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-10-21 14:06:03 +0000 |
commit | 60e659a59c4d2e20301bd9f65be8e02b2689e178 (patch) | |
tree | 62716ff474d0d49dd79cbec6769ef652e8d46aa0 /sci-misc | |
parent | going back to ~ppc64 in light of bug #109985 (diff) | |
download | gentoo-2-60e659a59c4d2e20301bd9f65be8e02b2689e178.tar.gz gentoo-2-60e659a59c4d2e20301bd9f65be8e02b2689e178.tar.bz2 gentoo-2-60e659a59c4d2e20301bd9f65be8e02b2689e178.zip |
Added missing patch
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/h5utils/files/1.10-octave-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-misc/h5utils/files/1.10-octave-path.patch b/sci-misc/h5utils/files/1.10-octave-path.patch new file mode 100644 index 000000000000..307083542b3b --- /dev/null +++ b/sci-misc/h5utils/files/1.10-octave-path.patch @@ -0,0 +1,13 @@ +--- h5utils-1.10/configure.ac.orig 2005-09-03 04:36:33.000000000 +0700 ++++ h5utils-1.10/configure.ac 2005-10-20 13:56:02.000000000 +0700 +@@ -131,8 +131,9 @@ + else + # try to find installation directory + AC_CHECK_PROGS(OCTAVE, octave, echo) ++ AC_CHECK_PROGS(OCTAVE_CONFIG, octave-config, echo) + AC_MSG_CHECKING(where octave plugins go) +- OCT_INSTALL_DIR=`echo "DEFAULT_LOADPATH" | $OCTAVE -q | tr ':' '\n' | grep "site/oct" | head -1` ++ OCT_INSTALL_DIR=`${OCTAVE_CONFIG} --oct-site-dir | sed -e "s:${prefix}:\\\${prefix}:"` + if test -n "$OCT_INSTALL_DIR"; then + AC_MSG_RESULT($OCT_INSTALL_DIR) + H5READ=h5read.oct |