diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2017-10-19 21:43:39 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2017-10-19 21:43:39 +0200 |
commit | eb5feee2d87d486910df3c8b3cb505f1eb0e47c3 (patch) | |
tree | bb8da3e495b6ba2aed64ab1739b6cadb83379162 /sci-mathematics/why3-for-spark/files | |
parent | dev-php/libvirt-php: Drop old (diff) | |
download | gentoo-eb5feee2d87d486910df3c8b3cb505f1eb0e47c3.tar.gz gentoo-eb5feee2d87d486910df3c8b3cb505f1eb0e47c3.tar.bz2 gentoo-eb5feee2d87d486910df3c8b3cb505f1eb0e47c3.zip |
sci-mathematics/why3-for-spark: Adding why3 for spark
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-mathematics/why3-for-spark/files')
-rw-r--r-- | sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch new file mode 100644 index 000000000000..502f394afa2b --- /dev/null +++ b/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch @@ -0,0 +1,14 @@ +--- why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml.old 2017-10-18 09:07:03.118919785 +0200 ++++ why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml 2017-10-18 09:07:45.198216939 +0200 +@@ -12,10 +12,7 @@ + | Limit_Check of Gnat_expl.check + | Limit_Line of Gnat_loc.loc + +-let spark_prefix = +- (Filename.dirname +- (Filename.dirname (Filename.dirname +- (Filename.dirname Sys.executable_name)))) ++let spark_prefix = "/usr" + + let rec file_concat l = + match l with |