summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2004-10-08 00:42:07 +0000
committerreinoud <reinoud@pkgsrc.org>2004-10-08 00:42:07 +0000
commit569c68107c5dad8aa9d2950529d08a6ff175e6f4 (patch)
tree42c9321c3868739ce70bfeab1b59da1c6d0f9cc3 /devel/libgnome/patches
parent13f80f8ff1ee03ca1925e5eecc56ed85114955e2 (diff)
downloadpkgsrc-569c68107c5dad8aa9d2950529d08a6ff175e6f4.tar.gz
Fix former commit ... sorry
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r--devel/libgnome/patches/patch-ba9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libgnome/patches/patch-ba b/devel/libgnome/patches/patch-ba
index 2575a6e7331..7c38e3314ed 100644
--- a/devel/libgnome/patches/patch-ba
+++ b/devel/libgnome/patches/patch-ba
@@ -1,11 +1,14 @@
-$NetBSD: patch-ba,v 1.1 2004/10/08 00:28:18 reinoud Exp $
+$NetBSD: patch-ba,v 1.2 2004/10/08 00:42:07 reinoud Exp $
--- libgnome/gnome-program.c.orig 2004-08-25 01:39:18.000000000 +0200
+++ libgnome/gnome-program.c
-@@ -1929,5 +1929,5 @@ gnome_program_init_paramv (GType type,
+@@ -1928,6 +1928,8 @@ gnome_program_init_paramv (GType type,
+ int argc, char **argv,
guint nparams, GParameter *params)
{
++ va_list args;
++
return gnome_program_init_common (type, app_id, app_version, module_info,
- argc, argv, NULL, 0, nparams, params);
-+ argc, argv, NULL, NULL, nparams, params);
++ argc, argv, NULL, args, nparams, params);
}