diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-15 10:01:34 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-15 10:01:34 +0000 |
commit | 0a7455c83ce45910f0ee6965d5db7b95bc54c9db (patch) | |
tree | ba72125e7521f7704b77323205dcde5c796ca7bb /audio/amarok/files/patch-kf5-5.61-headers | |
parent | 949aa029a9916060e028096dff572f2f2fceebb7 (diff) | |
download | ports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.tar.gz ports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.zip |
Notes
Diffstat (limited to 'audio/amarok/files/patch-kf5-5.61-headers')
-rw-r--r-- | audio/amarok/files/patch-kf5-5.61-headers | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/amarok/files/patch-kf5-5.61-headers b/audio/amarok/files/patch-kf5-5.61-headers new file mode 100644 index 000000000000..089fc634c0ad --- /dev/null +++ b/audio/amarok/files/patch-kf5-5.61-headers @@ -0,0 +1,10 @@ +--- src/PluginManager.h.orig 2019-08-14 20:35:52.115749000 +0000 ++++ src/PluginManager.h 2019-08-14 20:36:11.135552000 +0000 +@@ -22,6 +22,7 @@ + #include <KPluginInfo> + #include <KPluginMetaData> + ++#include <QVector> + + namespace Plugins { + |