diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-17 15:42:29 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-17 15:42:29 +0800 |
commit | 0a096340fa032405e2405e824db1f3989e533143 (patch) | |
tree | c85b1fa8c8fcbe7516f1e758ddd8c188c550de20 /graphics/librsvg2/files/patch-configure | |
parent | d6e436497037d7c209ca8df9919bc092662bb28d (diff) | |
download | marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.tar marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.tar.gz marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.tar.bz2 marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.tar.lz marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.tar.xz marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.tar.zst marcuscom-ports-0a096340fa032405e2405e824db1f3989e533143.zip |
- Add librsvg2 with firefox as default gecko support if WITH_MOZILLA_PLUGIN is defined.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4262 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/files/patch-configure')
-rw-r--r-- | graphics/librsvg2/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/librsvg2/files/patch-configure b/graphics/librsvg2/files/patch-configure new file mode 100644 index 000000000..38c33bc6c --- /dev/null +++ b/graphics/librsvg2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Jun 9 01:30:07 2004 ++++ configure Wed Jun 9 01:30:24 2004 +@@ -22052,7 +22052,7 @@ + if test "x$with_html_dir" = "x" ; then + HTML_DIR='${datadir}/doc/librsvg/html' + else +- HTML_DIR=$with_html_dir ++ HTML_DIR=${with_html_dir}/librsvg/html + fi + + |