svn commit: r496705 - head/comms/cwstudio

Mark Linimon linimon at FreeBSD.org
Sun Mar 24 07:09:00 UTC 2019


Author: linimon
Date: Sun Mar 24 07:08:59 2019
New Revision: 496705
URL: https://svnweb.freebsd.org/changeset/ports/496705

Log:
  Fix build on gcc-based architectures by adding compiler:c++11-lang
  to USES.
  
  PR:		236712
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/cwstudio/Makefile

Modified: head/comms/cwstudio/Makefile
==============================================================================
--- head/comms/cwstudio/Makefile	Sun Mar 24 06:41:33 2019	(r496704)
+++ head/comms/cwstudio/Makefile	Sun Mar 24 07:08:59 2019	(r496705)
@@ -11,7 +11,7 @@ COMMENT=	Multichannel portable Morse code signals gene
 
 LICENSE=	GPLv3+
 
-USES+=		ncurses
+USES=		compiler:c++11-lang ncurses
 USE_WX=		3.0+
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list