Fix build on GCC-based systems by adding c++11-lang to USES:

# aha.c: In function 'main':
  # aha.c:1027: error: #pragma GCC diagnostic not allowed inside functions

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-01-22 20:30:10 +00:00
parent a5c2124161
commit d20464fa17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523842

View file

@ -10,6 +10,7 @@ COMMENT= Ansi HTML Adapter
LICENSE= LGPL20+ MPL11
LICENSE_COMB= dual
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= theZiz