aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-07 20:48:20 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-07 20:48:20 +0000
commitaad9e24d53acda0a2afd7b2679239c960744afb4 (patch)
tree0d7010ad61cfb83d3d8183b4839cef2105342155 /devel/cdecl
parent8316b5f018c3ca7cb9a0255b89d1e16799aa40da (diff)
downloadports-aad9e24d53acda0a2afd7b2679239c960744afb4.tar.gz
ports-aad9e24d53acda0a2afd7b2679239c960744afb4.zip
These ports do not build with clang. Use the recently added USE_GCC=any as a result.
Notes
Notes: svn path=/head/; revision=305508
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index 9b6a54290d8c..f6d5b6af3727 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -12,6 +12,7 @@ COMMENT= Explains complicated C/C++ declarations in plain English
USE_CSTD= c89
+USE_GCC= any
ALL_TARGET= ${PORTNAME}
MAN1= cdecl.1
MLINKS= cdecl.1 c++decl.1