In the LLVM port the option to build cmake support files is disabled by default because it fails to configure when built with gcc47. The Clang port is marked broken if the compiler isn't clang due to link errors when it is gcc47.
13 lines
262 B
Text
13 lines
262 B
Text
|
|
$FreeBSD$
|
|
|
|
--- tools/clang/docs/Makefile.orig
|
|
+++ tools/clang/docs/Makefile
|
|
@@ -8,7 +8,6 @@
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
CLANG_LEVEL := ..
|
|
-DIRS := tools
|
|
|
|
ifdef BUILD_FOR_WEBSITE
|
|
PROJ_OBJ_DIR = .
|