summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-10-05 00:35:13 +0000
committerjkim <jkim@FreeBSD.org>2012-10-05 00:35:13 +0000
commit38242b55020b9f492856f4b2557adaee74914ac2 (patch)
treee4ceca6547d3efd7dfa3a4a5259f7a46eacaf6d1 /ObsoleteFiles.inc
parent6597e6ceb28f9f02b005316c692b1262f0f2ed92 (diff)
downloadFreeBSD-src-38242b55020b9f492856f4b2557adaee74914ac2.zip
FreeBSD-src-38242b55020b9f492856f4b2557adaee74914ac2.tar.gz
Do not install incomplete unwind.h from clang. This header file was meant
to be a wrapper for the canonical system header file. Unfortunately, we do not have one (yet) and some times it is causing weird failures when clang is used for building ports. More complete and correct file will come from libcxxrt in the future. Discussed with: dim, kib, theraven MFC after: 1 week
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 861c02c..7af2d3a 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20121004: remove incomplete unwind.h
+OLD_FILES+=usr/include/clang/3.2/unwind.h
# 20120908: pf cleanup
OLD_FILES+=usr/include/net/if_pflow.h
# 20120816: new clang import which bumps version from 3.1 to 3.2
OpenPOWER on IntegriCloud