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

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