svn commit: r465820 - head/news/husky/files

Mathieu Arnold mat at FreeBSD.org
Wed Mar 28 16:52:58 UTC 2018


Author: mat
Date: Wed Mar 28 16:52:58 2018
New Revision: 465820
URL: https://svnweb.freebsd.org/changeset/ports/465820

Log:
  Fix build with Perl 5.26.
  
  Sponsored by:	Absolight

Added:
  head/news/husky/files/patch-hpt_src_perl.c   (contents, props changed)

Added: head/news/husky/files/patch-hpt_src_perl.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/news/husky/files/patch-hpt_src_perl.c	Wed Mar 28 16:52:58 2018	(r465820)
@@ -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


More information about the svn-ports-all mailing list