svn commit: r488435 - head/net/ns3/files

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:38:35 UTC 2018


Author: linimon
Date: Wed Dec 26 20:38:34 2018
New Revision: 488435
URL: https://svnweb.freebsd.org/changeset/ports/488435

Log:
  To build with GCC8 (e.g. on GCC-based architectures) this port needs
  #include <climit> in src/core/model/cairo-wideint.c.
  
  PR:		234347
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Added:
  head/net/ns3/files/patch-src_core_model_cairo-wideint.c   (contents, props changed)

Added: head/net/ns3/files/patch-src_core_model_cairo-wideint.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ns3/files/patch-src_core_model_cairo-wideint.c	Wed Dec 26 20:38:34 2018	(r488435)
@@ -0,0 +1,10 @@
+--- src/core/model/cairo-wideint.c.orig	2018-12-24 11:24:00 UTC
++++ src/core/model/cairo-wideint.c
+@@ -32,6 +32,7 @@
+  */
+ 
+ #include "cairo-wideint-private.h"
++#include <climits>
+ 
+ /**
+  * \file


More information about the svn-ports-all mailing list