aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2010-12-08 22:11:57 +0800
committerdecke <decke@FreeBSD.org>2010-12-08 22:11:57 +0800
commit99e2703ef01286c7d90260930490066fc0131a7b (patch)
tree11c9d57c9a5890e4a5712479a0fe1973147313f2 /multimedia
parentec11810a9589b6fbc7e8e496d095fe09d7b657bb (diff)
downloadfreebsd-ports-gnome-99e2703ef01286c7d90260930490066fc0131a7b.tar.gz
freebsd-ports-gnome-99e2703ef01286c7d90260930490066fc0131a7b.tar.zst
freebsd-ports-gnome-99e2703ef01286c7d90260930490066fc0131a7b.zip
- Fix build with Qt 4.7
Reported by: pointyhat via pav Obtained from: mythtv (r26391)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h b/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h
new file mode 100644
index 000000000000..2d81fa274337
--- /dev/null
+++ b/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h
@@ -0,0 +1,11 @@
+--- mythvideo/mythvideo/videodlg.h.orig 2009-11-28 19:50:27.000000000 +0100
++++ mythvideo/mythvideo/videodlg.h 2010-12-05 14:00:27.000000000 +0100
+@@ -150,7 +150,7 @@
+ QString RemoteImageCheck(QString host, QString filename);
+ QString GetCoverImage(MythGenericTree *node);
+ QString GetFirstImage(MythGenericTree *node, QString type,
+- QString gpnode = NULL, int levels = 0);
++ QString gpnode = QString(), int levels = 0);
+ QString GetImageFromFolder(Metadata *metadata);
+ QString GetScreenshot(MythGenericTree *node);
+ QString GetBanner(MythGenericTree *node);