void-packages/srcpkgs/k3b/patches/fix-musl.patch
2018-06-05 09:13:30 +02:00

11 lines
285 B
Diff

--- src/k3bsystemproblemdialog.cpp.orig 2018-05-31 08:02:32.713467562 +0200
+++ src/k3bsystemproblemdialog.cpp 2018-05-31 08:02:42.902478072 +0200
@@ -57,7 +57,7 @@
#include <langinfo.h>
#endif
-#ifndef Q_OS_WIN32
+#ifdef __GLIBC__
#include <fstab.h>
#endif
#include <unistd.h>