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 | f4ad79803737971269f383a29499e1b15bff0da6 (patch) | |
tree | 93033ab6d302f4e9b76c5e533d4df89c175eefea /sci-misc | |
parent | going back to ~ppc64 in light of bug #109985 (diff) | |
download | historical-f4ad79803737971269f383a29499e1b15bff0da6.tar.gz historical-f4ad79803737971269f383a29499e1b15bff0da6.tar.bz2 historical-f4ad79803737971269f383a29499e1b15bff0da6.zip |
Added missing patch
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/h5utils/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/h5utils/files/1.10-octave-path.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sci-misc/h5utils/Manifest b/sci-misc/h5utils/Manifest index b110f3e9e0f3..55d68dc31773 100644 --- a/sci-misc/h5utils/Manifest +++ b/sci-misc/h5utils/Manifest @@ -2,5 +2,6 @@ MD5 0372a1cb73c9675b336ec76f4475f71d h5utils-1.10.ebuild 772 MD5 fea64ac9ca882d2653c1676b54f23a79 h5utils-1.7.2.ebuild 630 MD5 a9ad0659206979575af8aa6fe6be657d ChangeLog 1589 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 09260eb6173897b269f89fe9f0770936 files/1.10-octave-path.patch 619 MD5 19a6aeba061c7f0ae3ebdeb37e58914d files/digest-h5utils-1.10 64 MD5 68582ef0ca181f569ea15f38c3a8eda7 files/digest-h5utils-1.7.2 65 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 |