summaryrefslogtreecommitdiff
path: root/devel/libgsf
diff options
context:
space:
mode:
authordanw <danw>2004-05-11 12:28:10 +0000
committerdanw <danw>2004-05-11 12:28:10 +0000
commit4acca74194f3f1c3f6f4e4aea3836cfb5e45f3cb (patch)
tree3f9a999b5cb3c51480840040b7fc0df7f3ad83d6 /devel/libgsf
parenta95081bccc33deb52f13b1ff3c04ccdd3a669671 (diff)
downloadpkgsrc-4acca74194f3f1c3f6f4e4aea3836cfb5e45f3cb.tar.gz
add patches from GNOME CVS to make this build on darwin
Diffstat (limited to 'devel/libgsf')
-rw-r--r--devel/libgsf/distinfo5
-rw-r--r--devel/libgsf/patches/patch-aa13
-rw-r--r--devel/libgsf/patches/patch-ab13
3 files changed, 29 insertions, 2 deletions
diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo
index 999ebf29b0a..b765e49ca06 100644
--- a/devel/libgsf/distinfo
+++ b/devel/libgsf/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2004/05/05 14:06:35 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/05/11 12:28:10 danw Exp $
SHA1 (libgsf-1.9.0.tar.bz2) = 39fb07fe75b2c960306337d8007a2965873a4601
Size (libgsf-1.9.0.tar.bz2) = 380030 bytes
-SHA1 (patch-ab) = fb120149076d849c576842889b22cf45e23773e7
+SHA1 (patch-aa) = fb92c8bd5540bb17db4131db8912c40897b0361b
+SHA1 (patch-ab) = 27a8b9cb22b17e472e1472943d03148832626914
diff --git a/devel/libgsf/patches/patch-aa b/devel/libgsf/patches/patch-aa
new file mode 100644
index 00000000000..7f62fdf0a4a
--- /dev/null
+++ b/devel/libgsf/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2004/05/11 12:28:10 danw Exp $
+
+--- gsf/gsf-infile-stdio.c.orig Mon May 10 13:10:31 2004
++++ gsf/gsf-infile-stdio.c
+@@ -39,7 +39,7 @@
+ #include <dirent.h>
+ #include <string.h>
+
+-GObjectClass *parent_class;
++static GObjectClass *parent_class;
+
+ struct _GsfInfileStdio {
+ GsfInfile parent;
diff --git a/devel/libgsf/patches/patch-ab b/devel/libgsf/patches/patch-ab
new file mode 100644
index 00000000000..08a005471ff
--- /dev/null
+++ b/devel/libgsf/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.4 2004/05/11 12:28:10 danw Exp $
+
+--- gsf/gsf-outfile-stdio.c.orig Mon May 10 13:10:37 2004
++++ gsf/gsf-outfile-stdio.c
+@@ -37,7 +37,7 @@
+ #include <sys/stat.h>
+ #include <dirent.h>
+
+-GObjectClass *parent_class;
++static GObjectClass *parent_class;
+
+ struct _GsfOutfileStdio {
+ GsfOutfile parent;