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
commit 3b968633e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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