aboutsummaryrefslogtreecommitdiff
path: root/www/libwpe
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-10-01 20:53:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-10-01 20:53:26 +0000
commitfa2ee5f17b4ddd8fef0f9831ef785c283cf22d03 (patch)
treece0188bb187995dfbbb6ce47213b7c5eeace804d /www/libwpe
parentbfbdac07c77056ea1537263c7d88f7c40161cd34 (diff)
downloadports-fa2ee5f17b4ddd8fef0f9831ef785c283cf22d03.tar.gz
ports-fa2ee5f17b4ddd8fef0f9831ef785c283cf22d03.zip
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)
Notes
Notes: svn path=/head/; revision=513530
Diffstat (limited to 'www/libwpe')
-rw-r--r--www/libwpe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libwpe/Makefile b/www/libwpe/Makefile
index 43d196277987..6cc7097081b2 100644
--- a/www/libwpe/Makefile
+++ b/www/libwpe/Makefile
@@ -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