devel/glslang: unbreak with Clang 10

In file included from MachineIndependent/glslang.y:60:
In file included from glslang/MachineIndependent/SymbolTable.h:68:
In file included from glslang/MachineIndependent/../Include/Common.h:108:
glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

Reported by:	antoine (via bug 244251 exp-run)
This commit is contained in:
Jan Beich 2020-02-26 18:05:35 +00:00
parent 3232f3f44a
commit 002f383af1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527179
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,9 @@ DISTVERSION= 7.11.3214
PORTREVISION= 1
CATEGORIES= devel graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 24b3e8384e93.patch:-p1
MAINTAINER= greg@unrelenting.technology
COMMENT= OpenGL and OpenGL ES shader front end and validator

View file

@ -1,3 +1,5 @@
TIMESTAMP = 1562246947
SHA256 (KhronosGroup-glslang-7.11.3214_GH0.tar.gz) = b30b4668734328d256e30c94037e60d3775b1055743c04d8fd709f2960f302a9
SIZE (KhronosGroup-glslang-7.11.3214_GH0.tar.gz) = 2841979
SHA256 (24b3e8384e93.patch) = 06738b3f2d3579cd9b4d1ff876ba93d6b10a741b4deb4eab7fe3008cc577c893
SIZE (24b3e8384e93.patch) = 972