Date: Tue, 1 Oct 2019 20:53:26 +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: r513530 - head/www/libwpe Message-ID: <201910012053.x91KrQf7058062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Oct 1 20:53:26 2019 New Revision: 513530 URL: https://svnweb.freebsd.org/changeset/ports/513530 Log: Fix build on GCC-based systems: /wrkdirs/usr/ports/www/libwpe/work/libwpe-1.4.0/src/pasteboard-generic.cpp:35: error: expected nested-name-specifier before 'Pasteboard' Approved by: portmgr (tier-2 blanket) Modified: head/www/libwpe/Makefile Modified: head/www/libwpe/Makefile ============================================================================== --- head/www/libwpe/Makefile Tue Oct 1 20:22:40 2019 (r513529) +++ head/www/libwpe/Makefile Tue Oct 1 20:53:26 2019 (r513530) @@ -12,7 +12,8 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= cmake pkgconfig localbase:ldflags gl tar:xz +USES= cmake compiler:c11 gl localbase:ldflags pkgconfig \ + tar:xz USE_GL= egl USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910012053.x91KrQf7058062>