summaryrefslogtreecommitdiff
path: root/sci-mathematics/jags/files/jags-4.3.1-configure.patch
blob: 8ed18279e5ef9461873d04bfeca5581ef5158e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff '--color=auto' -ruN JAGS-4.3.1.orig/m4/R.m4 JAGS-4.3.1/m4/R.m4
--- JAGS-4.3.1.orig/m4/R.m4	2022-04-08 17:30:01.000000000 +0200
+++ JAGS-4.3.1/m4/R.m4	2024-11-15 23:11:49.764622712 +0100
@@ -1239,6 +1239,7 @@
 AC_DEFUN([R_FUNC_ISFINITE],
 [AC_CACHE_CHECK([for working isfinite], [r_cv_func_isfinite_works],
 [AC_RUN_IFELSE([AC_LANG_SOURCE([[
+#include <stdlib.h>
 #include <math.h>
 #include "confdefs.h"
 int main () {
@@ -1263,6 +1264,7 @@
 AC_DEFUN([R_FUNC_LOG],
 [AC_CACHE_CHECK([for working log], [r_cv_func_log_works],
 [AC_RUN_IFELSE([AC_LANG_SOURCE([[
+#include <stdlib.h>
 #include <math.h>
 #include "confdefs.h"
 int main () {
@@ -1292,6 +1294,7 @@
 AC_DEFUN([R_FUNC_LOG1P],
 [AC_CACHE_CHECK([for working log1p], [r_cv_func_log1p_works],
 [AC_RUN_IFELSE([AC_LANG_SOURCE([[
+#include <stdlib.h>
 #include <math.h>
 #include "confdefs.h"
 int main () {