svn commit: r333767 - head/net/freewais-sf/files

Mathieu Arnold mat at FreeBSD.org
Thu Nov 14 15:57:51 UTC 2013


Author: mat
Date: Thu Nov 14 15:57:50 2013
New Revision: 333767
URL: http://svnweb.freebsd.org/changeset/ports/333767

Log:
  Fix build with threaded perl.

Added:
  head/net/freewais-sf/files/patch-lib__ir__grundform.c   (contents, props changed)

Added: head/net/freewais-sf/files/patch-lib__ir__grundform.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/freewais-sf/files/patch-lib__ir__grundform.c	Thu Nov 14 15:57:50 2013	(r333767)
@@ -0,0 +1,10 @@
+--- ./lib/ir/grundform.c.orig	2013-11-14 16:55:02.000000000 +0100
++++ ./lib/ir/grundform.c	2013-11-14 16:55:18.000000000 +0100
+@@ -68,6 +68,7 @@
+ xs_init()
+ {
+   char *file = __FILE__;
++	dTHX;
+ 
+   {
+     /* DynaLoader is a special case */


More information about the svn-ports-all mailing list