summaryrefslogtreecommitdiff
path: root/devel/gnome-vfs1/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-24 15:09:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-24 15:09:56 +0000
commit667a05fa8be63a1337a6f8c315fdfe7693c96dc0 (patch)
tree892223ffbc49d2443d942731d8a4be55d68b95fb /devel/gnome-vfs1/files/patch-ac
parentNew port: Useful tools to deal with CLF files (Common Log File format) (diff)
Ensure that the -pthread flag isn't omitted by libtool. I hope this would
solve problems people having on 4-STABLE after yesterday's GNOME megaupgrade.
Notes
Notes: svn path=/head/; revision=53688
Diffstat (limited to 'devel/gnome-vfs1/files/patch-ac')
-rw-r--r--devel/gnome-vfs1/files/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnome-vfs1/files/patch-ac b/devel/gnome-vfs1/files/patch-ac
index 781b2ec37bb8..03b8559abc77 100644
--- a/devel/gnome-vfs1/files/patch-ac
+++ b/devel/gnome-vfs1/files/patch-ac
@@ -1,14 +1,14 @@
$FreeBSD$
---- modules/Makefile.in.orig Tue Jan 22 12:42:11 2002
-+++ modules/Makefile.in Tue Jan 22 13:13:11 2002
+--- modules/Makefile.in.orig Thu Jan 24 10:25:14 2002
++++ modules/Makefile.in Thu Jan 24 10:45:26 2002
@@ -197,7 +197,7 @@
@HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la
@HAVE_CDDA_FALSE@CDDA_LTLIBS =
-module_flags = -export_dynamic -avoid-version
-+module_flags = -export_dynamic -avoid-version -module
++module_flags = -export_dynamic -avoid-version -module $(PTHREAD_LIB)
modulesdir = $(libdir)/vfs/modules
modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL)