From 0f21da55ad1b4cde177f44dbb9ea4cc30de330b0 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 10 Aug 2017 15:18:48 +0000 Subject: Fix build with Perl 5.2[56]+. With hat: perl@ Sponsored by: Absolight --- textproc/p5-RDFStore/files/patch-RDFStore.xs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 textproc/p5-RDFStore/files/patch-RDFStore.xs (limited to 'textproc/p5-RDFStore/files/patch-RDFStore.xs') 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 \ -- cgit v1.2.3