diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-20 00:39:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-20 00:39:31 +0800 |
commit | 8000dd5e16c317dd057f80d026246ed508100974 (patch) | |
tree | d2c068181d2dcad504e64b33b5ed45f7b704bc41 /x11-toolkits | |
parent | 02ec528ac466224176cf636dc26c8012485d837c (diff) | |
download | marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.tar marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.tar.gz marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.tar.bz2 marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.tar.lz marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.tar.xz marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.tar.zst marcuscom-ports-8000dd5e16c317dd057f80d026246ed508100974.zip |
Fix the build, which strangely didn't fail for me.
Submitted by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3993 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-gnomevfs_Makefile.in | 13 |
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: |