svn commit: r513530 - head/www/libwpe

Mark Linimon linimon at FreeBSD.org
Tue Oct 1 20:53:26 UTC 2019


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


More information about the svn-ports-head mailing list