0cc91260a4
see http://www.vuxml.org/openbsd/f009a996-5c98-11d9-b1e2-080020f8e4df.html for details while here set NO_REGRESS, as tests don't work and will likely not be fixed before this port is removed ok maintainer marcm@
39 lines
1.8 KiB
Plaintext
39 lines
1.8 KiB
Plaintext
$OpenBSD: patch-modules_Makefile_in,v 1.4 2005/01/02 09:23:12 sturm Exp $
|
|
--- modules/Makefile.in.orig Fri Mar 15 21:51:22 2002
|
|
+++ modules/Makefile.in Sat Jan 1 17:39:32 2005
|
|
@@ -189,7 +189,7 @@ cxxflags_set = @cxxflags_set@
|
|
l = @l@
|
|
|
|
NULL =
|
|
-SUBDIRS = extfs
|
|
+SUBDIRS =
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libgnomevfs -I$(top_builddir)/libgnomevfs -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GLIB_CFLAGS) $(XML_CFLAGS) $(LIBEFS_CFLAGS) $(GCONF_CFLAGS) $(VFS_GNOME_CFLAGS) $(VFS_CFLAGS) $(WERROR) -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSYSCONFDIR=\"$(sysconfdir)\" -DPREFIX=\"$(prefix)\" -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
|
|
|
@@ -199,10 +199,10 @@ EXTRA_DIST = default-modules.conf c
|
|
@HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la
|
|
@HAVE_CDDA_FALSE@CDDA_LTLIBS =
|
|
|
|
-module_flags = -export_dynamic -avoid-version
|
|
+module_flags = -module -export_dynamic -avoid-version
|
|
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)
|
|
+modules_LTLIBRARIES = $(CDDA_LTLIBS) libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL)
|
|
|
|
|
|
# Disabled for now
|
|
@@ -221,12 +221,6 @@ libcdda_la_SOURCES = cdda-method.c
|
|
|
|
libcdda_la_LDFLAGS = $(module_flags)
|
|
libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface
|
|
-
|
|
-### `extfs' method
|
|
-
|
|
-libextfs_la_SOURCES = extfs-method.c extfs-method.h
|
|
-
|
|
-libextfs_la_LDFLAGS = $(module_flags)
|
|
|
|
### `file' method
|
|
|