Date: Mon, 6 Jul 2020 19:44:22 +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: r541363 - head/x11/libwacom Message-ID: <202007061944.066JiM34006020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007061944.066JiM34006020>