svn commit: r541363 - head/x11/libwacom

Mark Linimon linimon at FreeBSD.org
Mon Jul 6 19:44:22 UTC 2020


Author: linimon
Date: Mon Jul  6 19:44:21 2020
New Revision: 541363
URL: https://svnweb.freebsd.org/changeset/ports/541363

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    ../libwacom/libwacom-deprecated.c:60: error: expected declaration specifiers or '...' before string constant
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/libwacom/Makefile

Modified: head/x11/libwacom/Makefile
==============================================================================
--- head/x11/libwacom/Makefile	Mon Jul  6 19:41:12 2020	(r541362)
+++ head/x11/libwacom/Makefile	Mon Jul  6 19:44:21 2020	(r541363)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:deve
 LIB_DEPENDS=	libgudev-1.0.so:devel/libgudev
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		gnome meson pkgconfig
+USES=		compiler:c++11-lang gnome meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxwacom
 USE_GNOME=	glib20


More information about the svn-ports-all mailing list