diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-28 16:52:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-28 16:52:58 +0000 |
commit | e3cfe61ef4da37dbc13ae66729859f7ada5cc27c (patch) | |
tree | 7d80b7280a8817ac2b805eed017ff5667530ee08 /news | |
parent | 8ca44828b215fb4b7e5e6cefa21a3348bb348397 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/husky/files/patch-hpt_src_perl.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/news/husky/files/patch-hpt_src_perl.c b/news/husky/files/patch-hpt_src_perl.c new file mode 100644 index 000000000000..b0b95370007a --- /dev/null +++ b/news/husky/files/patch-hpt_src_perl.c @@ -0,0 +1,14 @@ +--- hpt/src/perl.c.orig 2018-03-28 16:01:18 UTC ++++ hpt/src/perl.c +@@ -109,9 +109,9 @@ extern "C" { + # define min(a, b) ((a) < (b) ? (a) : (b)) + #endif + +-#ifdef __GNUC__ ++/*#ifdef __GNUC__ + # define Perl___notused Perl___notused __attribute__ ((unused)) +-#endif ++#endif*/ + + #ifndef LL_PERL + # define LL_PERL LL_EXEC |