pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/gtkhtml remove extern declaration of static variable



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f74a71b729b8
branches:  trunk
changeset: 514482:f74a71b729b8
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Tue Jun 13 07:28:56 2006 +0000

description:
remove extern declaration of static variable
this fixes build problems on darwin

diffstat:

 www/gtkhtml/distinfo         |   3 ++-
 www/gtkhtml/patches/patch-ad |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 90002eccb524 -r f74a71b729b8 www/gtkhtml/distinfo
--- a/www/gtkhtml/distinfo      Tue Jun 13 07:27:03 2006 +0000
+++ b/www/gtkhtml/distinfo      Tue Jun 13 07:28:56 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2005/10/07 15:42:36 joerg Exp $
+$NetBSD: distinfo,v 1.15 2006/06/13 07:28:56 dbj Exp $
 
 SHA1 (gtkhtml-1.1.10.tar.bz2) = 45f0256e48f5b1b898c35864533179ce47a3ce59
 RMD160 (gtkhtml-1.1.10.tar.bz2) = 0bfb80ff1ee729a870fe133b26ef408642501050
 Size (gtkhtml-1.1.10.tar.bz2) = 1029542 bytes
 SHA1 (patch-aa) = 3cab2fd75b8f7e68879203e9a5f74fa295ad7fd7
 SHA1 (patch-ac) = 4b01bcab28a1bd6ba609bf6987af9d2eb9bccdc9
+SHA1 (patch-ad) = 457a8f5122ad53f10aeed4b02f0f90a1ca607415
diff -r 90002eccb524 -r f74a71b729b8 www/gtkhtml/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gtkhtml/patches/patch-ad      Tue Jun 13 07:28:56 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2006/06/13 07:28:56 dbj Exp $
+
+--- src/htmlcluealigned.h.orig 2001-05-21 08:47:11.000000000 -0400
++++ src/htmlcluealigned.h
+@@ -38,9 +38,6 @@ struct _HTMLClueAlignedClass {
+ };
+ 
+ 
+-extern HTMLClueAlignedClass html_cluealigned_class;
+-
+-
+ void        html_cluealigned_type_init   (void);
+ void        html_cluealigned_class_init  (HTMLClueAlignedClass *klass,
+                                         HTMLType              type,



Home | Main Index | Thread Index | Old Index