diff options
Diffstat (limited to 'www/gtkhtml/files/patch-components::http-storage-module::Makefile.in')
-rw-r--r-- | www/gtkhtml/files/patch-components::http-storage-module::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in b/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in new file mode 100644 index 000000000000..6f238102e76a --- /dev/null +++ b/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- components/http-storage-module/Makefile.in 2002/01/22 14:05:48 1.1 ++++ components/http-storage-module/Makefile.in 2002/01/22 14:06:05 +@@ -154,7 +154,7 @@ + INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" -I$(includedir) $(EXTRA_GNOME_CFLAGS) + + +-common_ldflags = -avoid-version ++common_ldflags = -avoid-version -module + + bonobo_plugindir = $(PLUGIN_DIR) + bonobo_plugin_LTLIBRARIES = libstorage_http.la |