mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
667a05fa8b
solve problems people having on 4-STABLE after yesterday's GNOME megaupgrade.
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- 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 $(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)
|
|
@@ -216,7 +216,6 @@
|
|
|
|
libcdda_la_SOURCES = cdda-method.c cdda-method.h cdda-cddb.c cdda-cddb.h cdda-cdrom-extensions.h
|
|
|
|
-
|
|
libcdda_la_LDFLAGS = $(module_flags)
|
|
libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface
|
|
|
|
@@ -311,7 +310,7 @@
|
|
libextfs_la_OBJECTS = extfs-method.lo
|
|
libfile_la_LIBADD =
|
|
libfile_la_OBJECTS = file-method.lo
|
|
-libvfs_test_la_LDFLAGS =
|
|
+libvfs_test_la_LDFLAGS = $(module_flags)
|
|
libvfs_test_la_DEPENDENCIES =
|
|
libvfs_test_la_OBJECTS = test-method.lo
|
|
libhttp_la_DEPENDENCIES =
|
|
@@ -320,10 +319,10 @@
|
|
libbzip2_la_OBJECTS = bzip2-method.lo
|
|
libgzip_la_DEPENDENCIES =
|
|
libgzip_la_OBJECTS = gzip-method.lo
|
|
-libftp_la_LDFLAGS =
|
|
+libftp_la_LDFLAGS = $(module_flags)
|
|
libftp_la_LIBADD =
|
|
libftp_la_OBJECTS = ftp-method.lo
|
|
-libnntp_la_LDFLAGS =
|
|
+libnntp_la_LDFLAGS = $(module_flags)
|
|
libnntp_la_LIBADD =
|
|
libnntp_la_OBJECTS = nntp-method.lo
|
|
libvfs_pipe_la_DEPENDENCIES =
|