aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/robot
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-05-31 04:02:29 +0800
committerarved <arved@FreeBSD.org>2007-05-31 04:02:29 +0800
commit8624b0bb496019d98eb1049989e0de88a2aec7a9 (patch)
tree5a300187877f215845e227fb5237344bb80eae47 /graphics/robot
parent5c886d33ddcfe385c08cc1d67ded883c7d1c58db (diff)
downloadfreebsd-ports-gnome-8624b0bb496019d98eb1049989e0de88a2aec7a9.tar.gz
freebsd-ports-gnome-8624b0bb496019d98eb1049989e0de88a2aec7a9.tar.zst
freebsd-ports-gnome-8624b0bb496019d98eb1049989e0de88a2aec7a9.zip
Fix build with gcc4
Diffstat (limited to 'graphics/robot')
-rw-r--r--graphics/robot/files/patch-Robot-dnd.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/robot/files/patch-Robot-dnd.c b/graphics/robot/files/patch-Robot-dnd.c
new file mode 100644
index 000000000000..1ec7a09dd5d3
--- /dev/null
+++ b/graphics/robot/files/patch-Robot-dnd.c
@@ -0,0 +1,20 @@
+--- Robot/dnd.c.orig Wed May 30 21:56:42 2007
++++ Robot/dnd.c Wed May 30 21:57:06 2007
+@@ -80,7 +80,8 @@
+ PANEL_DROP_FULL, TRUE,
+ NULL);
+ }
+-
++
++static void get_primary_selection();
+
+ /* drop_proc: Setup the drag operation and handle the drop.
+ *
+@@ -93,7 +94,6 @@
+ Event *event;
+ {
+ Selection_requestor sel_req;
+- static void get_primary_selection();
+
+ sel_req = xv_get(item, PANEL_DROP_SEL_REQ);
+