vp-build/srcpkgs/png++/patches/musl-config.patch

11 lines
234 B
Diff
Raw Normal View History

2018-10-18 03:29:28 +02:00
--- config.hpp 2015-10-25 20:42:45.000000000 +0100
+++ config.hpp 2018-11-07 12:52:38.903453133 +0100
@@ -34,7 +34,7 @@
#include <stdlib.h>
// Endianness test
-#if defined(__GLIBC__)
+#if defined(__linux__)
#include <endian.h>