Date: Fri, 13 Sep 2013 19:27:06 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327180 - in head/devel/cxxtools: . files Message-ID: <201309131927.r8DJR6cL009562@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Sep 13 19:27:05 2013 New Revision: 327180 URL: http://svnweb.freebsd.org/changeset/ports/327180 Log: - Fix build with clang+libc++. [1] - Convert Makefile header. Reported by: beefy2 via pkg-fallout [1] Added: head/devel/cxxtools/files/patch-src-directoryimpl.cpp (contents, props changed) Modified: head/devel/cxxtools/Makefile Modified: head/devel/cxxtools/Makefile ============================================================================== --- head/devel/cxxtools/Makefile Fri Sep 13 19:23:10 2013 (r327179) +++ head/devel/cxxtools/Makefile Fri Sep 13 19:27:05 2013 (r327180) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cxxtools -# Date created: Wed Apr 14 18:11:42 CEST 2010 -# Whom: Juergen Lock <nox@freebsd.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cxxtools PORTVERSION= 2.1.1 Added: head/devel/cxxtools/files/patch-src-directoryimpl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cxxtools/files/patch-src-directoryimpl.cpp Fri Sep 13 19:27:05 2013 (r327180) @@ -0,0 +1,10 @@ +--- a/src/directoryimpl.cpp ++++ b/src/directoryimpl.cpp +@@ -27,6 +27,7 @@ + */ + #include "directoryimpl.h" + #include "cxxtools/systemerror.h" ++#include <sys/param.h> + #include <sys/stat.h> + #include <sys/types.h> + #include <dirent.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131927.r8DJR6cL009562>