Date: Tue, 1 Oct 2019 20:55:06 +0000 From: Mark Linimon <linimon@lonesome.com> To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org, pkubaj@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r513530 - head/www/libwpe] Message-ID: <20191001205505.GA20688@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI. I took the liberty of making this change without filing a PR since it is a brand-new port. mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- 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 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 ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191001205505.GA20688>