diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-22 23:00:39 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-22 23:00:39 +0000 |
commit | 5da26dfeca1e108571b758a64fe2b5c2a0822755 (patch) | |
tree | 919ba60c1ec6c38445b5fe584fd5b9bd9c1ef374 /www/SpeedyCGI/patches | |
parent | 447c0f375b7f27f7131cfb5d023d4ca87bcd8e5b (diff) | |
download | pkgsrc-5da26dfeca1e108571b758a64fe2b5c2a0822755.tar.gz |
Fix build on OS/X
PKGREVISION++
Diffstat (limited to 'www/SpeedyCGI/patches')
-rw-r--r-- | www/SpeedyCGI/patches/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/SpeedyCGI/patches/patch-ab b/www/SpeedyCGI/patches/patch-ab new file mode 100644 index 00000000000..7cf7ab52fd9 --- /dev/null +++ b/www/SpeedyCGI/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1 2007/11/22 23:00:40 adrianp Exp $ + +--- src/speedy_perl.h.orig 2003-10-07 05:03:48.000000000 +0100 ++++ 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; |