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 | |
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
-rw-r--r-- | www/wpebackend-fdo/Makefile | 3 | ||||
-rw-r--r-- | www/wpebackend-fdo/distinfo | 2 |
2 files changed, 5 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 diff --git a/www/wpebackend-fdo/distinfo b/www/wpebackend-fdo/distinfo index 8fbbc562ae0b..21bc4a27fbd5 100644 --- a/www/wpebackend-fdo/distinfo +++ b/www/wpebackend-fdo/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1581852467 SHA256 (wpebackend-fdo-1.4.1.tar.xz) = 6249a0b7cbfa662206a8d2fa24e2c574e75c681ad0e93468091f1dc68ddb299d SIZE (wpebackend-fdo-1.4.1.tar.xz) = 30248 +SHA256 (b01aa039d1fe.patch) = 3687a3798b6876d5907ed092da52df0c2234c22eeff2a27c5a6fabc8874ace83 +SIZE (b01aa039d1fe.patch) = 1320 |