diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 10:56:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 10:56:06 +0800 |
commit | 314ad133b658af4888aabd0ff43883ed4287882d (patch) | |
tree | 96450b48d5d729ad0990d27e89347ec0d3493da2 /www/gtkhtml/files/patch-components::http-storage-module::Makefile.in | |
parent | cdd999198a9efe32a201da360a500e4e643e6c9e (diff) | |
download | marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.tar marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.tar.gz marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.tar.bz2 marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.tar.lz marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.tar.xz marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.tar.zst marcuscom-ports-314ad133b658af4888aabd0ff43883ed4287882d.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8784 df743ca5-7f9a-e211-a948-0013205c9059
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 000000000..cec84dfac --- /dev/null +++ b/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in,v 1.2 2006/10/14 08:53:33 marcus Exp $ + +--- 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 |