diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-14 15:02:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-14 15:02:17 +0800 |
commit | 25fb8dd51d56631e790a649177ff662d6be82b37 (patch) | |
tree | 6524bcc3ba84a9c33cc2325838c659c5c251e439 /x11-toolkits | |
parent | d4b33109b8672eff58fb3b1d9a95d123e65eb656 (diff) | |
download | marcuscom-ports-25fb8dd51d56631e790a649177ff662d6be82b37.tar.gz marcuscom-ports-25fb8dd51d56631e790a649177ff662d6be82b37.tar.zst marcuscom-ports-25fb8dd51d56631e790a649177ff662d6be82b37.zip |
Redo the %%X11BASE%% macro. It had disappeared over time.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4244 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in index e8e5befb8..b71131656 100644 --- a/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in +++ b/x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in @@ -5,7 +5,7 @@ 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 = /usr/X11R6/lib/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)\"" |