diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2010-04-29 16:41:23 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2010-04-29 16:41:23 +0000 |
commit | 2d87c8ee619a54a1bb5105f3598ee2aeb9aebe59 (patch) | |
tree | ba3ff3ebcd55004347f790a079970fb826438472 /graphics/opengtl | |
parent | 06fe441889e3c36d25a6afa09601d17e7fedf82a (diff) | |
download | ports-2d87c8ee619a54a1bb5105f3598ee2aeb9aebe59.tar.gz ports-2d87c8ee619a54a1bb5105f3598ee2aeb9aebe59.zip |
Notes
Diffstat (limited to 'graphics/opengtl')
-rw-r--r-- | graphics/opengtl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index 5017afddb5f4..013601b67e12 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -24,6 +24,8 @@ USE_CMAKE= yes USE_LDCONFIG= yes CMAKE_USE_PTHREAD= yes +BROKEN= does not build with LLVM 2.7 + post-patch: # disable latex doc, it's not ready yet ${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \ |