void-packages/srcpkgs/k3b/patches/fix-musl.patch

12 lines
285 B
Diff
Raw Normal View History

2018-05-31 06:35:36 +00:00
--- 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>