Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 16:41:31 +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: r379180 - head/security/p5-Net-SAML/files
Message-ID:  <201502171641.t1HGfVC7011066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Feb 17 16:41:30 2015
New Revision: 379180
URL: https://svnweb.freebsd.org/changeset/ports/379180
QAT: https://qat.redports.org/buildarchive/r379180/

Log:
  Fix build with Perl 5.20.
  
  PR:		194865
  Submitted by:	 Mike Kuznetsov
  Sponsored by:	Absolight

Added:
  head/security/p5-Net-SAML/files/
  head/security/p5-Net-SAML/files/patch-SAML__wrap.c   (contents, props changed)

Added: head/security/p5-Net-SAML/files/patch-SAML__wrap.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Net-SAML/files/patch-SAML__wrap.c	Tue Feb 17 16:41:30 2015	(r379180)
@@ -0,0 +1,13 @@
+--- SAML_wrap.c.orig	2014-11-06 12:22:29 UTC
++++ SAML_wrap.c
+@@ -1442,7 +1442,9 @@ SWIG_Perl_SetModule(swig_module_info *mo
+   #undef eof
+ #endif
+ #ifdef bool
+-  #undef bool
++  #ifndef __bool_true_false_are_defined
++    #undef bool
++  #endif
+ #endif
+ #ifdef close
+   #undef close



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