- Fix build with clang+libc++. [1]
- Convert Makefile header. Reported by: beefy2 via pkg-fallout [1]
This commit is contained in:
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
|
@ -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
|
||||
|
|
10
devel/cxxtools/files/patch-src-directoryimpl.cpp
Normal file
10
devel/cxxtools/files/patch-src-directoryimpl.cpp
Normal 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>
|
Loading…
Reference in a new issue