Merge pull request #36276 from eqyiel/fix-desmume
desmume: avoid errors with with -fpermissive
This commit is contained in:
commit
e6b678437b
@ -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…
x
Reference in New Issue
Block a user