desktop/minitube/gcc47.patch
Samir 08f6d9e52e gcc47 patch for minitube
pkgrel has not been upped since the rebuild didn't fix the issue
we were having and the new pkg was not uploaded
2012-06-03 22:49:31 +00:00

12 lines
419 B
Diff

diff -ru minitube/src/qtsingleapplication/qtlocalpeer.cpp minitube.new/src/qtsingleapplication/qtlocalpeer.cpp
--- minitube/src/qtsingleapplication/qtlocalpeer.cpp 2012-03-03 14:42:25.000000000 +0000
+++ minitube.new/src/qtsingleapplication/qtlocalpeer.cpp 2012-06-03 21:45:05.983535234 +0000
@@ -58,6 +58,7 @@
#endif
#if defined(Q_OS_UNIX)
#include <time.h>
+#include <unistd.h>
#endif
namespace QtLP_Private {