mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
667a05fa8b
solve problems people having on 4-STABLE after yesterday's GNOME megaupgrade.
15 lines
460 B
Plaintext
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
|