From 1fcc33320a0afd7af824e52ccaa32eff5de7c185 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Aug 2015 09:31:36 +0200 Subject: [PATCH] smplayer: fix build with qt-5.5. --- srcpkgs/smplayer/patches/qt5.5.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/smplayer/patches/qt5.5.patch diff --git a/srcpkgs/smplayer/patches/qt5.5.patch b/srcpkgs/smplayer/patches/qt5.5.patch new file mode 100644 index 0000000000..11bcfca656 --- /dev/null +++ b/srcpkgs/smplayer/patches/qt5.5.patch @@ -0,0 +1,10 @@ +--- src/qtsingleapplication/qtlocalpeer.cpp.orig 2015-08-10 09:29:54.493213017 +0200 ++++ src/qtsingleapplication/qtlocalpeer.cpp 2015-08-10 09:30:14.699440962 +0200 +@@ -42,6 +42,7 @@ + #include "qtlocalpeer.h" + #include + #include ++#include + + #if defined(Q_OS_WIN) + #include