diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-17 22:48:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-17 22:48:53 +0800 |
commit | 96f3dd9f16500567c017f1a20ae405dc450d9dae (patch) | |
tree | 44df774ad6bdae6c0656a98b30026c0c2f060c92 /graphics/librsvg2/files | |
parent | ea960a19eb919a223510277c3bb85ca33db64524 (diff) | |
download | marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.tar marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.tar.gz marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.tar.bz2 marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.tar.lz marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.tar.xz marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.tar.zst marcuscom-ports-96f3dd9f16500567c017f1a20ae405dc450d9dae.zip |
Update to 2.26.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12123 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) \ |