Merge pull request #36276 from eqyiel/fix-desmume

desmume: avoid errors with with -fpermissive
This commit is contained in:
Jörg Thalheim 2018-03-04 04:16:41 +00:00 committed by GitHub
commit e6b678437b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
}) })
]; ];
CXXFLAGS = "-fpermissive";
buildInputs = buildInputs =
[ pkgconfig libtool intltool libXmu lua agg alsaLib soundtouch [ pkgconfig libtool intltool libXmu lua agg alsaLib soundtouch
openal desktop-file-utils gtk2 gtkglext libglade pangox_compat openal desktop-file-utils gtk2 gtkglext libglade pangox_compat