Merge pull request #117861 from rmcgibbo/ecasound

ecasound: unbreak
This commit is contained in:
Sandro
2021-03-28 07:41:32 +02:00
committed by GitHub

View File

@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
CXXFLAGS = "-std=c++11";
configureFlags = "--enable-liblilv --with-extra-cppflags=-Dnullptr=0";
postPatch = ''