diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-05-28 06:12:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-05-28 06:12:15 +0000 |
commit | 53c8ca9eef003db31d2e1ecc69928abdc57eb04c (patch) | |
tree | 6a23863657e87462463afe04f311bde6c5da22c7 /www/wpebackend-fdo/Makefile | |
parent | adbb6b0b1725272b8d2cfdebef139466d4449098 (diff) | |
download | ports-53c8ca9eef003db31d2e1ecc69928abdc57eb04c.tar.gz ports-53c8ca9eef003db31d2e1ecc69928abdc57eb04c.zip |
www/wpebackend-fdo: unbreak with libglvnd
src/ws.cpp:30:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~
Notes
Notes:
svn path=/head/; revision=536738
Diffstat (limited to 'www/wpebackend-fdo/Makefile')
-rw-r--r-- | www/wpebackend-fdo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/wpebackend-fdo/Makefile b/www/wpebackend-fdo/Makefile index 2182d5d964da..0422b358b4c1 100644 --- a/www/wpebackend-fdo/Makefile +++ b/www/wpebackend-fdo/Makefile @@ -5,6 +5,9 @@ PORTVERSION= 1.4.1 CATEGORIES= www MASTER_SITES= https://wpewebkit.org/releases/ +PATCH_SITES= https://github.com/Igalia/WPEBackend-fdo/commit/ +PATCHFILES+= b01aa039d1fe.patch:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Freedesktop.org backend for WPE WebKit |