diff options
Diffstat (limited to 'x11/py-gnome2/patches/patch-ac')
-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 \ |