diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-18 12:49:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-18 12:49:58 +0800 |
commit | b34b66d8cb1ce226731d1a8ac57fbbded06cc939 (patch) | |
tree | e24dcbfcb2738c26149b4c211f6d1143be862024 /x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in | |
parent | 10083da938899edd1b17c3ccf88b2d632082340a (diff) | |
download | marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.tar marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.tar.gz marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.tar.bz2 marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.tar.lz marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.tar.xz marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.tar.zst marcuscom-ports-b34b66d8cb1ce226731d1a8ac57fbbded06cc939.zip |
Update to 2.11.2. This port joins the ranks of those that could really
benefit from a unified ports PREFIX.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3981 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in')
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in new file mode 100644 index 000000000..aee52c957 --- /dev/null +++ b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in @@ -0,0 +1,11 @@ +--- 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 @@ + 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 + +-vfsmethoddir = $(libdir)/gnome-vfs-2.0/modules ++vfsmethoddir = %%X11BASE%%/lib/gnome-vfs-2.0/modules + @BUILD_PYVFSMODULE_FALSE@vfsmethod_LTLIBRARIES = + @BUILD_PYVFSMODULE_TRUE@vfsmethod_LTLIBRARIES = libpythonmethod.la + libpythonmethod_la_CFLAGS = $(GNOME_VFS_MODULE_CFLAGS) -DGNOME_VFS_PYTHON_DIR="\"$(vfsmethoddir)\"" |