You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/giac/files/giac-1.9.0.21-pari-2.15.patch

18 lines
298 B

--- a/src/pari.cc
+++ b/src/pari.cc
@@ -39,6 +39,14 @@ using namespace std;
#endif
#ifdef HAVE_LIBPARI
+#if !defined ANYARG
+// Anyarg disappeared from PARI 2.15.0
+#ifdef __cplusplus
+# define ANYARG ...
+#else
+# define ANYARG
+#endif
+#endif
#ifdef HAVE_PTHREAD_H
#include <pthread.h>