diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-07 20:48:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-07 20:48:20 +0000 |
commit | aad9e24d53acda0a2afd7b2679239c960744afb4 (patch) | |
tree | 0d7010ad61cfb83d3d8183b4839cef2105342155 /devel | |
parent | 8316b5f018c3ca7cb9a0255b89d1e16799aa40da (diff) | |
download | ports-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')
-rw-r--r-- | devel/cdecl/Makefile | 1 |
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 |