diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-11 19:53:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-11 19:53:22 +0000 |
commit | 125c8f0baf88bf8dfa89470288240d92636af65d (patch) | |
tree | d6783f28ac5f343c98114c2f36b63d52dcd7187c /x11/py-gnome2/patches | |
parent | a52cc4fe30875048e24c1f95af29702df4aba9d3 (diff) | |
download | pkgsrc-125c8f0baf88bf8dfa89470288240d92636af65d.tar.gz |
update to 2.22.0
This switches to the gnome-2.22 release branch.
Diffstat (limited to 'x11/py-gnome2/patches')
-rw-r--r-- | x11/py-gnome2/patches/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-gnome2/patches/patch-ac b/x11/py-gnome2/patches/patch-ac index a061ffa604a..234ed2c2463 100644 --- a/x11/py-gnome2/patches/patch-ac +++ b/x11/py-gnome2/patches/patch-ac @@ -1,14 +1,14 @@ -$NetBSD: patch-ac,v 1.2 2006/10/12 14:00:06 drochner Exp $ +$NetBSD: patch-ac,v 1.3 2008/04/11 19:53:22 drochner Exp $ ---- gnomevfs/Makefile.in.orig 2006-09-04 23:50:39.000000000 +0200 +--- gnomevfs/Makefile.in.orig 2008-03-09 20:06:55.000000000 +0100 +++ gnomevfs/Makefile.in -@@ -292,9 +292,9 @@ common_ldflags = -module -avoid-version +@@ -291,9 +291,9 @@ common_ldflags = -module -avoid-version # libgnomevfs binding gnomevfs_LTLIBRARIES = _gnomevfs.la $(am__append_1) -_gnomevfs_la_CFLAGS = $(GNOMEVFS_CFLAGS) +_gnomevfs_la_CFLAGS = $(GNOMEVFS_CFLAGS) $(BONOBO_ACTIVATION_CFLAGS) - _gnomevfs_la_LDFLAGS = $(common_ldflags) $(PYTHON_LDFLAGS) -export-symbols-regex init_gnomevfs + _gnomevfs_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gnomevfs -_gnomevfs_la_LIBADD = $(GNOMEVFS_LIBS) $(PYTHON_LIBS) +_gnomevfs_la_LIBADD = $(GNOMEVFS_LIBS) $(PYTHON_LIBS) $(BONOBO_ACTIVATION_LIBS) _gnomevfs_la_SOURCES = vfsmodule.c vfs-uri.c vfs-file-info.c vfs-dir-handle.c \ |