net/remmina-plugin-www: fix build on GCC architectures
This port now requires C11 to build: /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass' /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: previous declaration of 'JSCClass' was here /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error: redefinition of typedef 'JSCContext' /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: previous declaration of 'JSCContext' was here Approved by: mentors (implicit approval)
This commit is contained in:
@@ -5,7 +5,7 @@ PKGNAMESUFFIX= -www
|
||||
|
||||
COMMENT= Remmina plugin to open an authenticated web-browser
|
||||
|
||||
USES= gnome
|
||||
USES= compiler:c11 gnome
|
||||
USE_GNOME= cairo
|
||||
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
|
||||
Reference in New Issue
Block a user