forked from Lainports/freebsd-ports
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)
This commit is contained in:
parent
bfbdac07c7
commit
fa2ee5f17b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue