summarylogtreecommitdiffstats
path: root/mathmap-gsl2.patch
diff options
context:
space:
mode:
authorLukáš Jirkovský2017-06-25 20:41:16 +0200
committerLukáš Jirkovský2017-06-25 20:41:16 +0200
commit5e6ea24f49123fefe547dd1551ab19fee3e93cd6 (patch)
tree1f630fc06e923d4afeb8fd85798d5c24d738d757 /mathmap-gsl2.patch
downloadaur-5e6ea24f49123fefe547dd1551ab19fee3e93cd6.tar.gz
move gimp-plugin-mathmap to AUR
Diffstat (limited to 'mathmap-gsl2.patch')
-rw-r--r--mathmap-gsl2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mathmap-gsl2.patch b/mathmap-gsl2.patch
new file mode 100644
index 000000000000..83bcf7561c62
--- /dev/null
+++ b/mathmap-gsl2.patch
@@ -0,0 +1,11 @@
+--- mathmap-1.3.5/opmacros.h.orig 2016-02-21 10:14:31.347636550 +0000
++++ mathmap-1.3.5/opmacros.h 2016-02-21 10:15:03.544184507 +0000
+@@ -103,7 +103,7 @@
+ #define ELL_INT_F(phi,k) gsl_sf_ellint_F((phi), (k), GSL_PREC_SINGLE)
+ #define ELL_INT_E(phi,k) gsl_sf_ellint_E((phi), (k), GSL_PREC_SINGLE)
+ #define ELL_INT_P(phi,k,n) gsl_sf_ellint_P((phi), (k), (n), GSL_PREC_SINGLE)
+-#define ELL_INT_D(phi,k,n) gsl_sf_ellint_D((phi), (k), (n), GSL_PREC_SINGLE)
++#define ELL_INT_D(phi,k,n) gsl_sf_ellint_D((phi), (k), GSL_PREC_SINGLE)
+
+ #define ELL_INT_RC(x,y) gsl_sf_ellint_RC((x), (y), GSL_PREC_SINGLE)
+ #define ELL_INT_RD(x,y,z) gsl_sf_ellint_RD((x), (y), (z), GSL_PREC_SINGLE)