diff options
author | joerg <joerg> | 2013-06-13 14:27:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-06-13 14:27:21 +0000 |
commit | ca4742349483194b961a9adad0ce97b1b028c788 (patch) | |
tree | 68a8e6e8a3f1b9d8bed2797273624c1b772855aa /math | |
parent | 56701baf0ccfd54af7207ea73c3496eb04d3ac49 (diff) | |
download | pkgsrc-ca4742349483194b961a9adad0ce97b1b028c788.tar.gz |
Don't put extern "C" around headers that themselve include C++ headers.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-RandomFields/distinfo | 5 | ||||
-rw-r--r-- | math/R-RandomFields/patches/patch-src_MLE.cc | 15 | ||||
-rw-r--r-- | math/R-RandomFields/patches/patch-src_getNset.cc | 15 | ||||
-rw-r--r-- | math/R-RandomFields/patches/patch-src_userinterfaces.cc | 15 |
4 files changed, 49 insertions, 1 deletions
diff --git a/math/R-RandomFields/distinfo b/math/R-RandomFields/distinfo index 5abcab1a482..9f771c3d74f 100644 --- a/math/R-RandomFields/distinfo +++ b/math/R-RandomFields/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $ +$NetBSD: distinfo,v 1.2 2013/06/13 14:27:21 joerg Exp $ SHA1 (R/RandomFields_2.0.54.tar.gz) = 58ba27eaf42977552ae49fb2044871b32340c691 RMD160 (R/RandomFields_2.0.54.tar.gz) = 216538e7ec971624b258dfc4d37f5be999c45160 Size (R/RandomFields_2.0.54.tar.gz) = 493065 bytes +SHA1 (patch-src_MLE.cc) = 859ea7c42d6b680f7f03d81292f34df75249558f +SHA1 (patch-src_getNset.cc) = 49d769a7254de108442a97d0966acb4110c9306f +SHA1 (patch-src_userinterfaces.cc) = 195b7e9c27b297c7e13124c873b159bf19969eae diff --git a/math/R-RandomFields/patches/patch-src_MLE.cc b/math/R-RandomFields/patches/patch-src_MLE.cc new file mode 100644 index 00000000000..578a287987b --- /dev/null +++ b/math/R-RandomFields/patches/patch-src_MLE.cc @@ -0,0 +1,15 @@ +$NetBSD: patch-src_MLE.cc,v 1.1 2013/06/13 14:27:21 joerg Exp $ + +--- src/MLE.cc.orig 2013-06-12 19:41:35.000000000 +0000 ++++ src/MLE.cc +@@ -22,10 +22,8 @@ along with this program; if not, write t + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-extern "C" { + #include <R.h> + #include <Rdefines.h> +-} + #include <R_ext/Linpack.h> + #include <math.h> + #include <stdio.h> diff --git a/math/R-RandomFields/patches/patch-src_getNset.cc b/math/R-RandomFields/patches/patch-src_getNset.cc new file mode 100644 index 00000000000..6f926c0f0b9 --- /dev/null +++ b/math/R-RandomFields/patches/patch-src_getNset.cc @@ -0,0 +1,15 @@ +$NetBSD: patch-src_getNset.cc,v 1.1 2013/06/13 14:27:21 joerg Exp $ + +--- src/getNset.cc.orig 2013-06-12 19:43:18.000000000 +0000 ++++ src/getNset.cc +@@ -23,10 +23,8 @@ along with this program; if not, write t + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-extern "C" { + #include <R.h> + #include <Rdefines.h> +-} + #include <math.h> + #include <stdio.h> + #include <stdlib.h> diff --git a/math/R-RandomFields/patches/patch-src_userinterfaces.cc b/math/R-RandomFields/patches/patch-src_userinterfaces.cc new file mode 100644 index 00000000000..b516a6f8844 --- /dev/null +++ b/math/R-RandomFields/patches/patch-src_userinterfaces.cc @@ -0,0 +1,15 @@ +$NetBSD: patch-src_userinterfaces.cc,v 1.1 2013/06/13 14:27:21 joerg Exp $ + +--- src/userinterfaces.cc.orig 2013-06-12 19:43:36.000000000 +0000 ++++ src/userinterfaces.cc +@@ -23,10 +23,8 @@ along with this program; if not, write t + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-extern "C" { + #include <R.h> + #include <Rdefines.h> +-} + #include <R_ext/Linpack.h> + #include <math.h> + #include <stdio.h> |