diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-20 12:37:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-20 12:37:37 +0000 |
commit | d0240695b518727d4c503ab254e9d1a63846e56a (patch) | |
tree | dbbd11d0f90a91de6f447a2ea67ae0f133bf96c7 /devel/swig13/files/patch-Lib_perl5_noembed.h | |
parent | - Update to 5.5 (diff) |
Fix Perl5 shims for recent compilers.
With hat: perl@
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=384353
Diffstat (limited to 'devel/swig13/files/patch-Lib_perl5_noembed.h')
-rw-r--r-- | devel/swig13/files/patch-Lib_perl5_noembed.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/swig13/files/patch-Lib_perl5_noembed.h b/devel/swig13/files/patch-Lib_perl5_noembed.h new file mode 100644 index 000000000000..3b2e23f562d8 --- /dev/null +++ b/devel/swig13/files/patch-Lib_perl5_noembed.h @@ -0,0 +1,13 @@ +--- Lib/perl5/noembed.h.orig 2009-08-17 12:06:08 UTC ++++ Lib/perl5/noembed.h +@@ -65,7 +65,9 @@ + #undef eof + #endif + #ifdef bool +- #undef bool ++ #ifndef __bool_true_false_are_defined ++ #undef bool ++ #endif + #endif + #ifdef close + #undef close |