1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/p5-ming/files/patch-perl_swf.h
Sunpoet Po-Chuan Hsieh e02e79b5b4 - Update to 0.4.4
- Fix build with Perl 5.14
- Remove distinfo: no need for a slave port
- Take maintainership

Changes:	https://github.com/libming/libming/blob/master/NEWS
2012-02-15 07:47:04 +00:00

13 lines
327 B
C

--- perl_swf.h.orig 2011-10-26 14:33:18.000000000 +0800
+++ perl_swf.h 2011-11-20 18:01:38.397227987 +0800
@@ -66,5 +66,9 @@
void swf_stash_refcnt_inc(SV *sv_key, SV *sv_value);
void swf_stash_refcnt_dec(SV *sv_key);
+#ifndef GvCV_set
+#define GvCV_set(gv, cv) (GvCV(gv) = cv)
+#endif
+
#endif /* PERL_SWF_H_INCLUDED */