diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-05 09:29:31 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-05 09:29:31 +0000 |
commit | 584dcc1a0602882d3b8478e699bd113b41d5b0ae (patch) | |
tree | 8b316b1e5eefba01dd731b712bcd729be7a1f554 /editors/openoffice.org-3/files | |
parent | 6f4b1f47af2631164c8d3c3cd8ff42cd9163586b (diff) | |
download | ports-584dcc1a0602882d3b8478e699bd113b41d5b0ae.tar.gz ports-584dcc1a0602882d3b8478e699bd113b41d5b0ae.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3/files')
-rw-r--r-- | editors/openoffice.org-3/files/patch-scp2+source+ure+ure.scp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/openoffice.org-3/files/patch-scp2+source+ure+ure.scp b/editors/openoffice.org-3/files/patch-scp2+source+ure+ure.scp deleted file mode 100644 index aa55e9eeac99..000000000000 --- a/editors/openoffice.org-3/files/patch-scp2+source+ure+ure.scp +++ /dev/null @@ -1,25 +0,0 @@ -Issutracker : #iXXXXX# -CWS : N/A -Author: : <maho@openoffice.org> (JCA) -Description : libxml2 is not deliver'ed for FreeBSD and Mac OS X - -Index: scp2/source/ure/ure.scp -=================================================================== -RCS file: /cvs/installation/scp2/source/ure/ure.scp,v -retrieving revision 1.2 -diff -u -r1.2 ure.scp ---- scp2/source/ure/ure.scp 17 Jun 2005 10:18:35 -0000 1.2 -+++ scp2/source/ure/ure.scp 21 Jun 2005 22:24:56 -0000 -@@ -601,7 +601,11 @@ - #if defined WNT - Name = SCP2_URE_DL_NORMAL(libxml2); - #else -- Name = SCP2_URE_DL_VER(xml2, 2); -+ #ifdef MACOSX -+ Name = STRING(CONCAT3(libxml2,.2.6.17,UNXSUFFIX)); -+ #else -+ Name = SCP2_URE_DL_VER(xml2,2.6.17); -+ #endif - #endif - Styles = (PACKED); - End |