pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libbonobo Change __inline__ GNUism to standard i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b38785a11f8
branches:  trunk
changeset: 483041:9b38785a11f8
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Sat Nov 06 16:49:34 2004 +0000

description:
Change __inline__ GNUism to standard inline, mirroring similar changes the
bonobo developers have made elsewhere in the tree.

This package now builds on Solaris/sunpro.

diffstat:

 devel/libbonobo/distinfo         |   5 +++--
 devel/libbonobo/patches/patch-ad |  13 +++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 4bb8cbeb18fe -r 9b38785a11f8 devel/libbonobo/distinfo
--- a/devel/libbonobo/distinfo  Sat Nov 06 16:43:44 2004 +0000
+++ b/devel/libbonobo/distinfo  Sat Nov 06 16:49:34 2004 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.12 2004/09/26 19:29:15 danw Exp $
-$NetBSD: distinfo,v 1.12 2004/09/26 19:29:15 danw Exp $
+$NetBSD: distinfo,v 1.13 2004/11/06 16:49:34 sketch Exp $
+$NetBSD: distinfo,v 1.13 2004/11/06 16:49:34 sketch Exp $
 
 SHA1 (libbonobo-2.8.0.tar.bz2) = db9e4ad69166697ef0acb89c406eb3021351655f
 Size (libbonobo-2.8.0.tar.bz2) = 1460478 bytes
 SHA1 (patch-aa) = 4f7b7a16f7cba64206b5dccb021972a09efe9f55
 SHA1 (patch-ab) = 320fc0a2be131a0ab6b200643fb733f80899a005
 SHA1 (patch-ac) = db3f99f5fa1dc6ae3d82287804780836689b6d0f
+SHA1 (patch-ad) = 853aaca47dc04e9b18c08af09c6f06da7270c4bc
diff -r 4bb8cbeb18fe -r 9b38785a11f8 devel/libbonobo/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbonobo/patches/patch-ad  Sat Nov 06 16:49:34 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2004/11/06 16:49:34 sketch Exp $
+
+--- bonobo/bonobo-app-client.c.orig    Sat Nov  6 15:23:37 2004
++++ bonobo/bonobo-app-client.c Sat Nov  6 15:23:49 2004
+@@ -266,7 +266,7 @@
+ }
+ 
+ 
+-static __inline__ GType
++static inline GType
+ _typecode_to_gtype (CORBA_TypeCode tc)
+ {
+       static GHashTable *hash = NULL;



Home | Main Index | Thread Index | Old Index