summaryrefslogtreecommitdiff
path: root/extra/labplot/define-missing-constant.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/labplot/define-missing-constant.patch')
-rw-r--r--extra/labplot/define-missing-constant.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/labplot/define-missing-constant.patch b/extra/labplot/define-missing-constant.patch
deleted file mode 100644
index f61211279..000000000
--- a/extra/labplot/define-missing-constant.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/constants.h b/src/constants.h
-index 77d76bf..1bada49 100644
---- a/src/constants.h
-+++ b/src/constants.h
-@@ -17,6 +17,10 @@
- #endif
- #endif
-
-+#ifndef GSL_CONST_CGSM_GAUSS
-+#define GSL_CONST_CGSM_GAUSS (1e0) /* g / abamp s^2 */
-+#endif
-+
- #ifdef HAVE_R
- #include <R.h>
- #include <Rmath.h>