Date: Sun, 24 Mar 2019 07:08:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496705 - head/comms/cwstudio Message-ID: <201903240708.x2O78xBb039735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903240708.x2O78xBb039735>