diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 17:39:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 17:39:27 +0800 |
commit | 02710ddbc19e248424ce38956668ad3dd63024f4 (patch) | |
tree | a763eaabe45c5c72636978f5b7939ee9f97d29c0 /graphics/librsvg2/files | |
parent | b4754144c20fa1b83ea1f22a47237a3eb7b53eea (diff) | |
download | marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.gz marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.bz2 marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.lz marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.xz marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.zst marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.zip |
Clean up USE_GECKO. Remove old mozilla products that will be removed soonish.
Submitted by: miwi
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12784 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/files')
-rw-r--r-- | graphics/librsvg2/files/patch-moz-plugin_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in new file mode 100644 index 000000000..728d20fcb --- /dev/null +++ b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in @@ -0,0 +1,11 @@ +--- moz-plugin/Makefile.in.orig 2008-09-23 15:17:45.000000000 -0500 ++++ moz-plugin/Makefile.in 2008-09-23 15:19:11.000000000 -0500 +@@ -270,7 +270,7 @@ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) + @$(NORMAL_INSTALL) +- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" ++@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" + @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f=$(am__strip_dir) \ |