svn commit: r501522 - head/comms/xdemorse

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 13 07:31:30 UTC 2019


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
 


More information about the svn-ports-all mailing list