1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in
Maxim Sobolev 667a05fa8b 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.
2002-01-24 15:09:56 +00:00

15 lines
460 B
Plaintext

$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