svn commit: r523842 - head/textproc/aha

Mark Linimon linimon at FreeBSD.org
Wed Jan 22 20:30:11 UTC 2020


Author: linimon
Date: Wed Jan 22 20:30:10 2020
New Revision: 523842
URL: https://svnweb.freebsd.org/changeset/ports/523842

Log:
  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)

Modified:
  head/textproc/aha/Makefile

Modified: head/textproc/aha/Makefile
==============================================================================
--- head/textproc/aha/Makefile	Wed Jan 22 20:27:00 2020	(r523841)
+++ head/textproc/aha/Makefile	Wed Jan 22 20:30:10 2020	(r523842)
@@ -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
 


More information about the svn-ports-all mailing list