svn commit: r503860 - head/audio/vimpc

Mark Linimon linimon at FreeBSD.org
Sun Jun 9 22:38:16 UTC 2019


Author: linimon
Date: Sun Jun  9 22:38:15 2019
New Revision: 503860
URL: https://svnweb.freebsd.org/changeset/ports/503860

Log:
  Add compiler:c++11-lang to USES to fix build on gcc-based architectures.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/vimpc/Makefile

Modified: head/audio/vimpc/Makefile
==============================================================================
--- head/audio/vimpc/Makefile	Sun Jun  9 22:35:27 2019	(r503859)
+++ head/audio/vimpc/Makefile	Sun Jun  9 22:38:15 2019	(r503860)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient \
 		libpcre.so:devel/pcre \
 		libcurl.so:ftp/curl
 
-USES=		autoreconf ncurses pkgconfig
+USES=		autoreconf compiler:c++11-lang ncurses pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	boysetsfrog


More information about the svn-ports-all mailing list