summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-ac
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-11 00:04:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-11 00:04:55 +0800
commit3d31893a84d4686f86ea947b1f8df6ee21ec4614 (patch)
tree22ffb6932306c7f6707eaf1921d72595320b5fa0 /devel/gnome-vfs/files/patch-ac
parent55fea18f55675f7afee2dd95926abcd2b86c56de (diff)
downloadmarcuscom-ports-3d31893a84d4686f86ea947b1f8df6ee21ec4614.tar.gz
marcuscom-ports-3d31893a84d4686f86ea947b1f8df6ee21ec4614.tar.zst
marcuscom-ports-3d31893a84d4686f86ea947b1f8df6ee21ec4614.zip
Update to 2.24.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files/patch-ac')
-rw-r--r--devel/gnome-vfs/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac
new file mode 100644
index 000000000..383987654
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-ac
@@ -0,0 +1,11 @@
+--- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005
++++ modules/Makefile.in Mon Oct 3 11:55:55 2005
+@@ -465,7 +465,7 @@
+ @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la
+ @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la
+ @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS =
+-module_flags = -export_dynamic -avoid-version -module -no-undefined
++module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB)
+ modulesdir = $(libdir)/gnome-vfs-2.0/modules
+ modules_LTLIBRARIES = \
+ $(CDDA_LTLIBS) \