summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-03-08 16:47:34 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-03-08 16:47:34 +0800
commitfd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc (patch)
treecf57d8fda51521f419243ed9b7af18db390fec1b
parentf444e76400a745964d1cb19c48bdbafbb5786416 (diff)
downloadmarcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.tar
marcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.tar.gz
marcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.tar.bz2
marcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.tar.lz
marcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.tar.xz
marcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.tar.zst
marcuscom-ports-fd759d8cbeb02623e9ff921e2cdbcc45ae89f4cc.zip
Add a patch to fix the compilation with clang 3.4. That array is not used in the code.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19015 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-fm/nemo/files/patch-src_nemo-notebook.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-fm/nemo/files/patch-src_nemo-notebook.c b/x11-fm/nemo/files/patch-src_nemo-notebook.c
new file mode 100644
index 000000000..ab2667b41
--- /dev/null
+++ b/x11-fm/nemo/files/patch-src_nemo-notebook.c
@@ -0,0 +1,15 @@
+--- src/nemo-notebook.c.orig 2014-03-08 01:46:16.347348229 +0000
++++ src/nemo-notebook.c 2014-03-08 01:56:25.092307128 +0000
+@@ -51,12 +51,6 @@
+ static void nemo_notebook_remove (GtkContainer *container,
+ GtkWidget *tab_widget);
+
+-static const GtkTargetEntry url_drag_types[] =
+-{
+- { NEMO_ICON_DND_GNOME_ICON_LIST_TYPE, 0, NEMO_ICON_DND_GNOME_ICON_LIST },
+- { NEMO_ICON_DND_URI_LIST_TYPE, 0, NEMO_ICON_DND_URI_LIST },
+-};
+-
+ enum
+ {
+ TAB_CLOSE_REQUEST,