Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 16:29:23 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476996 - head/security/apache-xml-security-c/files
Message-ID:  <201808121629.w7CGTNn1064255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun Aug 12 16:29:22 2018
New Revision: 476996
URL: https://svnweb.freebsd.org/changeset/ports/476996

Log:
  Fix build problems with clang < 4 (FreeBSD-10.4)

Added:
  head/security/apache-xml-security-c/files/patch-xsec_utils_XSECSafeBuffer.cpp   (contents, props changed)

Added: head/security/apache-xml-security-c/files/patch-xsec_utils_XSECSafeBuffer.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/apache-xml-security-c/files/patch-xsec_utils_XSECSafeBuffer.cpp	Sun Aug 12 16:29:22 2018	(r476996)
@@ -0,0 +1,11 @@
+--- xsec/utils/XSECSafeBuffer.cpp.orig	2018-08-12 18:15:47.905481000 +0200
++++ xsec/utils/XSECSafeBuffer.cpp	2018-08-12 18:21:09.514664000 +0200
+@@ -28,6 +28,8 @@
+  *
+  */
+ 
++#define __STDC_LIMIT_MACROS
++
+ // XSEC includes
+ 
+ #include <xsec/utils/XSECSafeBuffer.hpp>



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