summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in
index aee52c957..3eb5ed92c 100644
--- a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in
+++ b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in
@@ -1,6 +1,6 @@
---- gnomevfs/Makefile.in.orig Wed May 18 00:36:24 2005
-+++ gnomevfs/Makefile.in Wed May 18 00:41:38 2005
-@@ -272,7 +272,7 @@
+--- gnomevfs/Makefile.in.orig Thu May 19 12:37:04 2005
++++ gnomevfs/Makefile.in Thu May 19 12:37:30 2005
+@@ -272,13 +272,13 @@
vfs-handle.c pygnomevfs.h pygnomevfs-private.h vfs-xfer-progress-info.c \
vfs-context.c vfs-async-handle.c vfs-volume.c vfs-drive.c vfs-volume-monitor.c
@@ -9,3 +9,10 @@
@BUILD_PYVFSMODULE_FALSE@vfsmethod_LTLIBRARIES =
@BUILD_PYVFSMODULE_TRUE@vfsmethod_LTLIBRARIES = libpythonmethod.la
libpythonmethod_la_CFLAGS = $(GNOME_VFS_MODULE_CFLAGS) -DGNOME_VFS_PYTHON_DIR="\"$(vfsmethoddir)\""
+ libpythonmethod_la_SOURCES = gnome-vfs-python-method.c
+ libpythonmethod_la_LDFLAGS = $(common_ldflags) -export-symbols-regex "vfs_module_(init|shutdown)"
+-libpythonmethod_la_LIBADD = $(GNOME_VFS_MODULE_LIBS) -lpython$(PYTHON_VERSION)
++libpythonmethod_la_LIBADD = $(GNOME_VFS_MODULE_LIBS) -l$(PYTHON_VERSION)
+ all: all-am
+
+ .SUFFIXES: