[linimon at FreeBSD.org: svn commit: r513530 - head/www/libwpe]

Mark Linimon linimon at lonesome.com
Tue Oct 1 20:55:11 UTC 2019


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 at FreeBSD.org> -----

Date: Tue, 1 Oct 2019 20:53:26 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at 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 -----


More information about the freebsd-gnome mailing list