svn commit: r476996 - head/security/apache-xml-security-c/files

Palle Girgensohn girgen at FreeBSD.org
Sun Aug 12 16:29:23 UTC 2018


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>


More information about the svn-ports-all mailing list