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:
parent
24684008df
commit
688aaf10fb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user