diff options
author | 2016-09-17 19:43:29 +0200 | |
---|---|---|
committer | 2016-09-17 19:43:59 +0200 | |
commit | cce130dabaa4e0c7acef43994faa909010b0f6c2 (patch) | |
tree | 09e39f083ce48931c2c12c433f8f1235b1115865 /sci-visualization/opendx/files | |
parent | sci-chemistry/gelemental: Allow for compiling with GCC 6 (diff) | |
download | gentoo-cce130dabaa4e0c7acef43994faa909010b0f6c2.tar.gz gentoo-cce130dabaa4e0c7acef43994faa909010b0f6c2.tar.bz2 gentoo-cce130dabaa4e0c7acef43994faa909010b0f6c2.zip |
sci-visualization/opendx: Allow for compiling with GCC 6
Gentoo-bug: 593932
* EAPI=6
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-visualization/opendx/files')
-rw-r--r-- | sci-visualization/opendx/files/opendx-4.4.4-szip.patch | 4 | ||||
-rw-r--r-- | sci-visualization/opendx/files/opendx-4.4.4-xdg.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/opendx/files/opendx-4.4.4-szip.patch b/sci-visualization/opendx/files/opendx-4.4.4-szip.patch index 5e63d4e6b210..488379b4f1b6 100644 --- a/sci-visualization/opendx/files/opendx-4.4.4-szip.patch +++ b/sci-visualization/opendx/files/opendx-4.4.4-szip.patch @@ -1,5 +1,5 @@ ---- configure.ac.orig 2009-06-14 22:10:24.000000000 +1200 -+++ configure.ac 2009-06-14 22:26:29.000000000 +1200 +--- a/configure.ac ++++ b/configure.ac @@ -148,6 +148,12 @@ AC_ARG_WITH(netcdf, [with_netcdf=$withval], [with_netcdf='yes']) diff --git a/sci-visualization/opendx/files/opendx-4.4.4-xdg.patch b/sci-visualization/opendx/files/opendx-4.4.4-xdg.patch index c5b38f274bcd..018dcd644b87 100644 --- a/sci-visualization/opendx/files/opendx-4.4.4-xdg.patch +++ b/sci-visualization/opendx/files/opendx-4.4.4-xdg.patch @@ -1,6 +1,6 @@ diff -up bin/url_handler.sh.orig bin/url_handler.sh ---- bin/url_handler.sh.orig 2009-05-02 23:21:08.000000000 +1200 -+++ bin/url_handler.sh 2009-05-02 23:24:25.000000000 +1200 +--- a/bin/url_handler.sh ++++ b/bin/url_handler.sh @@ -27,21 +27,7 @@ case $method in mailto) mutt `echo "$url" | sed 's;^[^:]*:\(.*\);\1;'` ;; |