Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 20:18:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326544 - head/textproc/libebml/files
Message-ID:  <201309062018.r86KIQ3w055340@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 20:18:26 2013
New Revision: 326544
URL: http://svnweb.freebsd.org/changeset/ports/326544

Log:
  Fix build with libc++

Added:
  head/textproc/libebml/files/
  head/textproc/libebml/files/patch-ebml__EbmlBinary.h   (contents, props changed)

Added: head/textproc/libebml/files/patch-ebml__EbmlBinary.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libebml/files/patch-ebml__EbmlBinary.h	Fri Sep  6 20:18:26 2013	(r326544)
@@ -0,0 +1,10 @@
+--- ./ebml/EbmlBinary.h.orig	2013-03-19 19:42:58.000000000 +0100
++++ ./ebml/EbmlBinary.h	2013-09-06 22:17:55.987709299 +0200
+@@ -41,6 +41,7 @@
+ 
+ #include "EbmlTypes.h"
+ #include "EbmlElement.h"
++#include <stdlib.h>
+ 
+ // ----- Added 10/15/2003 by jcsston from Zen -----
+ #if defined (__BORLANDC__) //Maybe other compilers?



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