desmume: avoid errors with with -fpermissive

Prior to this change, desmume would fail to build due to an error:

utils/libfat/directory.cpp:142:33: error: ISO C++ forbids comparison between
  pointer and integer [-fpermissive]
This commit is contained in:
Ruben Maher 2018-03-04 13:39:43 +10:30
parent 24684008df
commit 688aaf10fb

View File

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