diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-02-12 12:01:04 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-02-12 12:01:04 +0000 |
commit | 3b030b2f32fd1374397410793e712e53e8d0a252 (patch) | |
tree | 1589d175c5afed309c6925a1dd1e6274adcfc987 /editors/openoffice.org-3-devel/files | |
parent | 89f68eeeddc5a37a774b6e40c64950339adb89f0 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/files')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-scp2+source+ooo+file_library_ooo.scp | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-scp2+source+ooo+file_library_ooo.scp b/editors/openoffice.org-3-devel/files/patch-scp2+source+ooo+file_library_ooo.scp index 4d64f728133f..a27b9099f0b2 100644 --- a/editors/openoffice.org-3-devel/files/patch-scp2+source+ooo+file_library_ooo.scp +++ b/editors/openoffice.org-3-devel/files/patch-scp2+source+ooo+file_library_ooo.scp @@ -1,22 +1,18 @@ -http://www.openoffice.org/issues/show_bug.cgi?id=40186 - -The name of resultant library is libxml2.so.7, not libxml2.so.2.5.11 - Index: scp2/source/ooo/file_library_ooo.scp =================================================================== RCS file: /cvs/installation/scp2/source/ooo/file_library_ooo.scp,v -retrieving revision 1.75 -diff -u -r1.75 file_library_ooo.scp ---- scp2/source/ooo/file_library_ooo.scp 23 Dec 2004 09:49:51 -0000 1.75 -+++ scp2/source/ooo/file_library_ooo.scp 30 Dec 2004 13:01:14 -0000 -@@ -2027,7 +2027,9 @@ +retrieving revision 1.82 +diff -u -r1.82 file_library_ooo.scp +--- scp2/source/ooo/file_library_ooo.scp 4 Feb 2005 11:31:17 -0000 1.82 ++++ scp2/source/ooo/file_library_ooo.scp 11 Feb 2005 12:43:44 -0000 +@@ -2007,7 +2007,9 @@ TXT_FILE_BODY; Styles = (PACKED); Dir = gid_Dir_Program; - #ifdef UNX + #if defined(FREEBSD) -+ Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.7)); ++ Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.8)); + #elif defined(UNX) - Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.5.11)); + Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.6.17)); #else Name = "libxml2.dll"; |