diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-10 15:18:48 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-08-10 15:18:48 +0000 |
| commit | 0f21da55ad1b4cde177f44dbb9ea4cc30de330b0 (patch) | |
| tree | 025ecb3a90467817ea79c89e8d9e8f44669e470e | |
| parent | Update to the 20170809 snapshot of GCC 6.4.1. (diff) | |
Fix build with Perl 5.2[56]+.
With hat: perl@
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=447682
| -rw-r--r-- | textproc/p5-RDFStore/files/patch-RDFStore.xs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-RDFStore/files/patch-RDFStore.xs b/textproc/p5-RDFStore/files/patch-RDFStore.xs new file mode 100644 index 000000000000..9526385da4f6 --- /dev/null +++ b/textproc/p5-RDFStore/files/patch-RDFStore.xs @@ -0,0 +1,12 @@ +--- RDFStore.xs.orig 2006-06-19 10:00:51 UTC ++++ RDFStore.xs +@@ -54,9 +54,6 @@ static PerlInterpreter *my_perl; + + #ifndef DB_VERSION_MAJOR + +-#undef dNOOP +-#define dNOOP extern int Perl___notused +- + /* Ditto for dXSARGS. */ + #undef dXSARGS + #define dXSARGS \ |
