freebsd-ports/editors/openoffice-3/files/patch-i80129
Maho Nakata b94ee5b4f0 Create openoffice.org-3 port. Repocopied from
openoffice.org-2 port. Currently this is the
beta version. Second beta will be July 1st 2008, and
the final release will be September 2nd, 2008.
http://wiki.services.openoffice.org/wiki/OOoRelease30

PR:             123105
2008-05-27 07:37:30 +00:00

18 lines
562 B
Text

Merely a workaround
Index: scp2/source/ooo/ure.scp
===================================================================
RCS file: /cvs/installation/scp2/source/ooo/ure.scp,v
retrieving revision 1.2
diff -u -r1.2 ure.scp
--- scp2/source/ooo/ure.scp 18 Mar 2008 13:35:26 -0000 1.2
+++ scp2/source/ooo/ure.scp 21 Mar 2008 07:30:43 -0000
@@ -684,6 +684,8 @@
#endif
#elif defined MACOSX
Name = SCP2_URE_DL_NORMAL("xml2.2");
+#elif defined FREEBSD
+ Name = STRING(CONCAT3(libxml2,UNXSUFFIX,.2.6.17));
#else
Name = SCP2_URE_DL_VER("xml2", "2");
#endif