diff options
author | mat <mat@FreeBSD.org> | 2013-11-14 23:57:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-14 23:57:50 +0800 |
commit | 7eb09e6b39b9a906bb875765581066f6f16711c5 (patch) | |
tree | 3f5b0a3058f0f0c6ad5f80217b5cc92f607cf101 /net/freewais-sf | |
parent | 0172d064b21e25fc8566f5ffc4634c8375a63a78 (diff) | |
download | freebsd-ports-gnome-7eb09e6b39b9a906bb875765581066f6f16711c5.tar.gz freebsd-ports-gnome-7eb09e6b39b9a906bb875765581066f6f16711c5.tar.zst freebsd-ports-gnome-7eb09e6b39b9a906bb875765581066f6f16711c5.zip |
Fix build with threaded perl.
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/files/patch-lib__ir__grundform.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/freewais-sf/files/patch-lib__ir__grundform.c b/net/freewais-sf/files/patch-lib__ir__grundform.c new file mode 100644 index 000000000000..3cc1cca3979f --- /dev/null +++ b/net/freewais-sf/files/patch-lib__ir__grundform.c @@ -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 */ |