Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 13:35:00 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r518234 - branches/2019Q4/www/libwpe
Message-ID:  <201911231335.xANDZ0rA034153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911231335.xANDZ0rA034153>