diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-24 15:09:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-24 15:09:56 +0000 |
commit | 667a05fa8be63a1337a6f8c315fdfe7693c96dc0 (patch) | |
tree | 892223ffbc49d2443d942731d8a4be55d68b95fb /devel/gnomevfs/files/patch-libgnomevfs-pthread::Makefile.in | |
parent | New 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.
Diffstat (limited to '')
-rw-r--r-- | devel/gnomevfs/files/patch-libgnomevfs-pthread::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gnomevfs/files/patch-libgnomevfs-pthread::Makefile.in b/devel/gnomevfs/files/patch-libgnomevfs-pthread::Makefile.in new file mode 100644 index 000000000000..715ae45928ec --- /dev/null +++ b/devel/gnomevfs/files/patch-libgnomevfs-pthread::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libgnomevfs-pthread/Makefile.in 2002/01/24 08:42:41 1.1 ++++ libgnomevfs-pthread/Makefile.in 2002/01/24 08:43:37 +@@ -207,7 +207,7 @@ + + DEFS = @DEFS@ -I. -I$(srcdir) -I.. + LIBS = @LIBS@ +-libgnomevfs_pthread_la_LIBADD = ++libgnomevfs_pthread_la_LIBADD = $(PTHREAD_LIB) + libgnomevfs_pthread_la_OBJECTS = gnome-vfs-pthread.lo \ + gnome-vfs-thread-pool.lo gnome-vfs-async-job-map.lo \ + gnome-vfs-async-ops.lo gnome-vfs-job-slave.lo gnome-vfs-job.lo |