diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-10-16 09:50:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-10-16 09:50:08 +0000 |
commit | 9deeb4946ca4773461706497ea95789bbf70e4cf (patch) | |
tree | 1791b2f6cc6e242f98c9783f50c438a129e0e00f /devel/compiler-rt | |
parent | 814325e1a05f2ef356540455d8ddd6a8385c3192 (diff) | |
download | ports-9deeb4946ca4773461706497ea95789bbf70e4cf.tar.gz ports-9deeb4946ca4773461706497ea95789bbf70e4cf.zip |
Notes
Diffstat (limited to 'devel/compiler-rt')
-rw-r--r-- | devel/compiler-rt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index 26a290fd389e..89aa0b413687 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -16,6 +16,8 @@ COMMENT= Compiler runtime library with Blocks support BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake +BROKEN= does not build + CONFIGURE_WRKSRC= ${WRKDIR}/build BUILD_WRKSRC= ${WRKDIR}/build INSTALL_WRKSRC= ${WRKDIR}/build |