aboutsummaryrefslogtreecommitdiff
path: root/mail/xmailwatcher
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-05-30 19:28:40 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-05-30 19:28:40 +0000
commit378649765bb0f0c89874a6e06d02d8fcaf05a7d9 (patch)
tree307368fcd87b37007660280c7f0cb02ebbdfc7ca /mail/xmailwatcher
parentdb06906eac989a21750d18ce27c5893746338ae2 (diff)
downloadports-378649765bb0f0c89874a6e06d02d8fcaf05a7d9.tar.gz
ports-378649765bb0f0c89874a6e06d02d8fcaf05a7d9.zip
Fix build with gcc4
Notes
Notes: svn path=/head/; revision=192418
Diffstat (limited to 'mail/xmailwatcher')
-rw-r--r--mail/xmailwatcher/files/patch-xmailwathcer.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xmailwatcher/files/patch-xmailwathcer.c b/mail/xmailwatcher/files/patch-xmailwathcer.c
new file mode 100644
index 000000000000..2560c0ff65d9
--- /dev/null
+++ b/mail/xmailwatcher/files/patch-xmailwathcer.c
@@ -0,0 +1,11 @@
+--- xmailwatcher.c.orig Wed May 30 21:18:27 2007
++++ xmailwatcher.c Wed May 30 21:19:23 2007
+@@ -149,7 +149,7 @@
+ void timedRescan();
+ void listEvent();
+ void iconEvent();
+-void iconCallback();
++static void iconCallback(Widget w, XtPointer client_data, XtPointer call_data);
+
+ static int mapped;
+