diff options
author | danw <danw@pkgsrc.org> | 2004-05-11 12:28:10 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-11 12:28:10 +0000 |
commit | 55e379a3ce1e7fb20fb37d8d974caded6ec6be8e (patch) | |
tree | 3f9a999b5cb3c51480840040b7fc0df7f3ad83d6 /devel/libgsf | |
parent | c82869e26ba977cf7f05a1655b865c9872d027f3 (diff) | |
download | pkgsrc-55e379a3ce1e7fb20fb37d8d974caded6ec6be8e.tar.gz |
add patches from GNOME CVS to make this build on darwin
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/distinfo | 5 | ||||
-rw-r--r-- | devel/libgsf/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/libgsf/patches/patch-ab | 13 |
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; |