Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 07:31:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501522 - head/comms/xdemorse
Message-ID:  <201905130731.x4D7VT8w088694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon May 13 07:31:29 2019
New Revision: 501522
URL: https://svnweb.freebsd.org/changeset/ports/501522

Log:
  comms/xdemorse: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix build:
  cc1: error: unrecognized command line option "-std=gnu11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/comms/xdemorse/Makefile

Modified: head/comms/xdemorse/Makefile
==============================================================================
--- head/comms/xdemorse/Makefile	Mon May 13 06:40:46 2019	(r501521)
+++ head/comms/xdemorse/Makefile	Mon May 13 07:31:29 2019	(r501522)
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
-USES=		gettext-tools gmake gnome localbase:ldflags pkgconfig tar:bz2
+USES=		compiler:c++11-lang gettext-tools gmake gnome \
+		localbase:ldflags pkgconfig tar:bz2
 GNU_CONFIGURE=	yes
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905130731.x4D7VT8w088694>