Date: Tue, 6 Oct 2020 10:57:12 +0000 (UTC) From: =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551572 - in head/www/p5-CGI-SpeedyCGI: . files Message-ID: <202010061057.096AvCFG015021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: se Date: Tue Oct 6 10:57:12 2020 New Revision: 551572 URL: https://svnweb.freebsd.org/changeset/ports/551572 Log: Fix build with -fno-common Added: head/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h (contents, props changed) Modified: head/www/p5-CGI-SpeedyCGI/Makefile Modified: head/www/p5-CGI-SpeedyCGI/Makefile ============================================================================== --- head/www/p5-CGI-SpeedyCGI/Makefile Tue Oct 6 10:09:44 2020 (r551571) +++ head/www/p5-CGI-SpeedyCGI/Makefile Tue Oct 6 10:57:12 2020 (r551572) @@ -3,7 +3,7 @@ PORTNAME= CGI-SpeedyCGI PORTVERSION= 2.22 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-SpeedyCGI/files/patch-src_speedy__perl.h Tue Oct 6 10:57:12 2020 (r551572) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010061057.096AvCFG015021>