summaryrefslogtreecommitdiff
path: root/lang/rexx-wrapper
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-29 10:54:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-29 10:54:27 +0000
commit57935b862b1a6e6602d8a11febe6d62e0a692ff8 (patch)
tree1a6c986cc02b3df5edcf828d83d43921956aa432 /lang/rexx-wrapper
parent- Update to 7.11.2 (diff)
Mark as broken with clang: compiler not recognized.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=286623
Diffstat (limited to 'lang/rexx-wrapper')
-rw-r--r--lang/rexx-wrapper/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/rexx-wrapper/Makefile b/lang/rexx-wrapper/Makefile
index e080a276f5fe..eb957b4ced61 100644
--- a/lang/rexx-wrapper/Makefile
+++ b/lang/rexx-wrapper/Makefile
@@ -23,4 +23,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rexx=regina
DATADIR= ${PREFIX}/share/rexx${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${CC} == "clang"
+BROKEN= Does not configure with clang
+.endif
+
+.include <bsd.port.post.mk>