- Fix build with clang+libc++. [1]

- Convert Makefile header.

Reported by:	beefy2 via pkg-fallout [1]
This commit is contained in:
Juergen Lock 2013-09-13 19:27:05 +00:00
parent 34c592d793
commit 48dc6dcddc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327180
2 changed files with 11 additions and 5 deletions

View file

@ -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

View file

@ -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>