diff options
author | reinoud <reinoud@pkgsrc.org> | 2004-10-08 00:42:07 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2004-10-08 00:42:07 +0000 |
commit | 569c68107c5dad8aa9d2950529d08a6ff175e6f4 (patch) | |
tree | 42c9321c3868739ce70bfeab1b59da1c6d0f9cc3 /devel | |
parent | 13f80f8ff1ee03ca1925e5eecc56ed85114955e2 (diff) | |
download | pkgsrc-569c68107c5dad8aa9d2950529d08a6ff175e6f4.tar.gz |
Fix former commit ... sorry
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgnome/distinfo | 4 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-ba | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index bbdfb82bac6..497f8574b26 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2004/10/08 00:28:17 reinoud Exp $ +$NetBSD: distinfo,v 1.18 2004/10/08 00:42:07 reinoud Exp $ SHA1 (libgnome-2.8.0.tar.bz2) = a7b986ae10570ee7a05227a57fb79e2359ba5a2a Size (libgnome-2.8.0.tar.bz2) = 1164177 bytes SHA1 (patch-aa) = 349be2770b6578057ae1ded589e71765c63c12af SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a -SHA1 (patch-ba) = 10dfdbe045085ae7e62391eaddd765bbedf55419 +SHA1 (patch-ba) = 50f8a416f236b7dd41cd5d4a0303469be69a9688 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); } |