summaryrefslogtreecommitdiff
path: root/comms/gnome-pilot/patches/patch-ab
diff options
context:
space:
mode:
authortron <tron>2003-09-28 16:14:44 +0000
committertron <tron>2003-09-28 16:14:44 +0000
commitbeedcfff0bff7ab830c4169042f7baac659cefee (patch)
tree4cb1806bace573e0968ca841f9b85179ec3a20ce /comms/gnome-pilot/patches/patch-ab
parenta0e35a53d92ad7c525432e73a08f56449a4c9958 (diff)
downloadpkgsrc-beedcfff0bff7ab830c4169042f7baac659cefee.tar.gz
Fix GCC 3.3.1 related build problem.
Diffstat (limited to 'comms/gnome-pilot/patches/patch-ab')
-rw-r--r--comms/gnome-pilot/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/gnome-pilot/patches/patch-ab b/comms/gnome-pilot/patches/patch-ab
new file mode 100644
index 00000000000..67b17aa895c
--- /dev/null
+++ b/comms/gnome-pilot/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/09/28 16:14:45 tron Exp $
+
+--- gpilotd/queue_io.c.orig 2001-11-05 11:03:24.000000000 +0100
++++ gpilotd/queue_io.c 2003-09-28 17:59:49.000000000 +0200
+@@ -365,7 +365,7 @@
+ gchar *prefix = NULL;
+ int num;
+
+- LOG("gpc_queue_purge_request()");
++ LOG("%s", "gpc_queue_purge_request()");
+
+ g_return_if_fail(req!=NULL);
+ g_return_if_fail(*req!=NULL);