summaryrefslogtreecommitdiff
path: root/comms/gnome-pilot/patches/patch-aa
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-09-28 16:14:44 +0000
committertron <tron@pkgsrc.org>2003-09-28 16:14:44 +0000
commitdb8838c66563e10ef70e1813429e214da9662507 (patch)
tree4cb1806bace573e0968ca841f9b85179ec3a20ce /comms/gnome-pilot/patches/patch-aa
parentce8eb5321696d267e29a5afd0185e8d02753b2c6 (diff)
downloadpkgsrc-db8838c66563e10ef70e1813429e214da9662507.tar.gz
Fix GCC 3.3.1 related build problem.
Diffstat (limited to 'comms/gnome-pilot/patches/patch-aa')
-rw-r--r--comms/gnome-pilot/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/gnome-pilot/patches/patch-aa b/comms/gnome-pilot/patches/patch-aa
new file mode 100644
index 00000000000..98a8a1c158b
--- /dev/null
+++ b/comms/gnome-pilot/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/09/28 16:14:45 tron Exp $
+
+--- gpilotd/orbit_daemon_glue.h.orig 2001-07-30 23:31:37.000000000 +0200
++++ gpilotd/orbit_daemon_glue.h 2003-09-28 17:56:58.000000000 +0200
+@@ -34,7 +34,7 @@
+ #ifdef GPC_DEBUG
+ #define LOG(format,args...) g_log (G_LOG_DOMAIN, \
+ G_LOG_LEVEL_MESSAGE, \
+- "gpilotd: "##format, ##args)
++ "gpilotd: " format, args)
+ #else
+ #define LOG(format,args...)
+ #endif