aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-CGI-SpeedyCGI/Makefile2
-rw-r--r--www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h8
2 files changed, 9 insertions, 1 deletions
diff --git a/www/p5-CGI-SpeedyCGI/Makefile b/www/p5-CGI-SpeedyCGI/Makefile
index 2c4972cf092f..dbf0d302d8be 100644
--- a/www/p5-CGI-SpeedyCGI/Makefile
+++ b/www/p5-CGI-SpeedyCGI/Makefile
@@ -3,7 +3,7 @@
PORTNAME= CGI-SpeedyCGI
PORTVERSION= 2.22
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h b/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h
new file mode 100644
index 000000000000..a39dceca013d
--- /dev/null
+++ b/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h
@@ -0,0 +1,8 @@
+--- src/speedy_perl.h.orig 2003-10-07 04:03:48 UTC
++++ src/speedy_perl.h
+@@ -21,4 +21,4 @@ void speedy_perl_init(void);
+ void speedy_perl_run(slotnum_t _gslotnum, slotnum_t _bslotnum);
+ int speedy_perl_fork(void);
+
+-PerlInterpreter *my_perl;
++extern PerlInterpreter *my_perl;