summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i67141
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-07-08 22:41:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-07-08 22:41:28 +0000
commit57369015ffb0f268dcfffae8d06c3a84653324e4 (patch)
treee6660d1fc5601caed4d9cef61b4d4401e467f161 /editors/openoffice.org-2.0-devel/files/patch-i67141
parentUse bsd.scons.mk and fix build. (diff)
Update to SRC680_m175
Notes
Notes: svn path=/head/; revision=167218
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6714116
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i67141 b/editors/openoffice.org-2.0-devel/files/patch-i67141
new file mode 100644
index 000000000000..1a52f96ae6f5
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i67141
@@ -0,0 +1,16 @@
+Index: solenv/bin/modules/installer/epmfile.pm
+===================================================================
+RCS file: /cvs/tools/solenv/bin/modules/installer/epmfile.pm,v
+retrieving revision 1.50
+diff -u -r1.50 epmfile.pm
+--- solenv/bin/modules/installer/epmfile.pm 5 Jul 2006 21:12:31 -0000 1.50
++++ solenv/bin/modules/installer/epmfile.pm 8 Jul 2006 22:35:58 -0000
+@@ -577,7 +577,7 @@
+ # (saved in $installer::globals::epm_in_path) or we get the specified
+ # one through the environment (i.e. when --with-epm=... is specified)
+
+- if ($ENV{'EPM'})
++ if ($ENV{'BUILD_EPM'} ne "YES")
+ {
+ if (($ENV{'EPM'} ne "") && (-x "$ENV{'EPM'}"))
+ {