svn commit: r518234 - branches/2019Q4/www/libwpe

Mark Linimon linimon at FreeBSD.org
Sat Nov 23 13:35:00 UTC 2019


Author: linimon
Date: Sat Nov 23 13:34:59 2019
New Revision: 518234
URL: https://svnweb.freebsd.org/changeset/ports/518234

Log:
  MFH: r513530
  
  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'
  
  (If I had understood how many ports this was blocking on -quarterly,
  I would have done this much earlier.)
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q4/www/libwpe/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/www/libwpe/Makefile
==============================================================================
--- branches/2019Q4/www/libwpe/Makefile	Sat Nov 23 13:13:29 2019	(r518233)
+++ branches/2019Q4/www/libwpe/Makefile	Sat Nov 23 13:34:59 2019	(r518234)
@@ -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-branches mailing list