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:
parent
a5c2124161
commit
d20464fa17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523842
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue