Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 16:52:58 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465820 - head/news/husky/files
Message-ID:  <201803281652.w2SGqwEP071816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803281652.w2SGqwEP071816>