vp-build/srcpkgs/attract/patches/fix-musl.patch
Juergen Buchmueller d92d4c71a6 New package: attract-2.2.0
Closes #5281
2016-12-06 22:15:16 +01:00

12 lines
414 B
Diff

--- extlibs/gameswf/base/utility.cpp 2016-11-08 08:06:21.000000000 +0100
+++ extlibs/gameswf/base/utility.cpp 2016-12-06 22:03:53.042131946 +0100
@@ -41,7 +41,7 @@
{
// This doesn't compile on Windows.
-#if !defined(_WIN32) && !defined(__APPLE_CC__)
+#if !defined(_WIN32) && !defined(__APPLE_CC__) && defined(__GLIBC__)
// This does not work with DMALLOC, since the internal data structures
// differ.