dia: fix darwin build
Patch PDF plugin to build correctly with clang.
This commit is contained in:
parent
746a47bea0
commit
5038924756
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ stdenv.mkDerivation {
|
|||
|
||||
patches = [ ./poppler-22_09-build-fix.patch ];
|
||||
|
||||
# Required for the PDF plugin when building with clang.
|
||||
CXXFLAGS = "-std=c++17";
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue