summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-10-11 09:28:10 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-10-11 09:28:10 +0200
commit7db15954ce77fbeacba298e6a9b01fad1f37798a (patch)
tree247c355ef2d29cdacac2bc1a554260c44d4aaa41 /sci-mathematics/why3-for-spark/files
parentp/f/prefix/s/kernel-2.6.16+/profile.bashrc: drop hacks for glibc. (diff)
downloadgentoo-7db15954ce77fbeacba298e6a9b01fad1f37798a.tar.gz
gentoo-7db15954ce77fbeacba298e6a9b01fad1f37798a.tar.bz2
gentoo-7db15954ce77fbeacba298e6a9b01fad1f37798a.zip
sci-mathematics/why3-for-spark: version bump to 2019
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics/why3-for-spark/files')
-rw-r--r--sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
new file mode 100644
index 000000000000..f83a62566720
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/files/why3-for-spark-2019-gentoo.patch
@@ -0,0 +1,14 @@
+--- a/src/gnat/gnat_config.ml 2017-10-18 09:07:03.118919785 +0200
++++ b/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