summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-10 12:55:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-10 12:55:13 +0800
commitbb98103015c4fdeb29b8aef622503dbeb452adfd (patch)
tree058e0b675f3085bebe644fa4e282fdb0d0a7c64e
parent4d99dad2557a0628b8faaa1cb461700350e221d2 (diff)
downloadmarcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.tar
marcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.tar.gz
marcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.tar.bz2
marcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.tar.lz
marcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.tar.xz
marcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.tar.zst
marcuscom-ports-bb98103015c4fdeb29b8aef622503dbeb452adfd.zip
Do not create the browser_plugins directory if we are not installing the
plug-in. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4811 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--graphics/librsvg2/files/patch-moz-plugin_Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
index 6466b5a19..835590afd 100644
--- a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
+++ b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
@@ -1,5 +1,5 @@
---- moz-plugin/Makefile.in.orig Fri Sep 9 14:08:57 2005
-+++ moz-plugin/Makefile.in Fri Sep 9 14:11:30 2005
+--- moz-plugin/Makefile.in.orig Fri Sep 9 23:59:09 2005
++++ moz-plugin/Makefile.in Sat Sep 10 00:01:22 2005
@@ -204,7 +204,7 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
@@ -9,3 +9,12 @@
@WITH_MOZILLA_FALSE@plugin_LTLIBRARIES =
@WITH_MOZILLA_TRUE@plugin_LTLIBRARIES = libmozsvgdec.la
+@@ -253,7 +253,7 @@
+ pluginLTLIBRARIES_INSTALL = $(INSTALL)
+ install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(plugindir)
++@WITH_MOZILLA_TRUE@ $(mkinstalldirs) $(DESTDIR)$(plugindir)
+ @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ f="`echo $$p | sed -e 's|^.*/||'`"; \