diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-10-09 08:23:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-10-09 08:23:59 +0000 |
commit | 42c0f76b2366bd1ddb565eef150d7eadeadabae5 (patch) | |
tree | 4c415012f817f5aeb7fc679506e557870940fb33 /editors/openoffice.org-2-RC | |
parent | 7112ac8476281550d415af6e61e5b8e943dfe25d (diff) | |
download | ports-42c0f76b2366bd1ddb565eef150d7eadeadabae5.tar.gz ports-42c0f76b2366bd1ddb565eef150d7eadeadabae5.zip |
Fix build on 7 and 8. Patch has been submitted db@,
and she has submitted SCA at 2008/9/11.
Automatically closes PR: 126308
Submitted by: db@
Notes
Notes:
svn path=/head/; revision=221363
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-i94800 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-i94800 b/editors/openoffice.org-2-RC/files/patch-i94800 new file mode 100644 index 000000000000..319893c6a5dd --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-i94800 @@ -0,0 +1,16 @@ +Index: libxslt/libxslt-1.1.16.patch +=================================================================== +RCS file: /cvs/external/libxslt/Attic/libxslt-1.1.16.patch,v +retrieving revision 1.5 +diff -u -r1.5 libxslt-1.1.16.patch +--- libxslt/libxslt-1.1.16.patch 19 Jul 2007 13:25:43 -0000 1.5 ++++ libxslt/libxslt-1.1.16.patch 9 Oct 2008 08:03:50 -0000 +@@ -30,7 +30,7 @@ + fi + + +-! if test "1" == "1" ++! if test "1" = "1" + then + XMLVERS=`$XML_CONFIG --version` + if test `echo $XMLVERS | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -ge `echo $LIBXML_REQUIRED_VERSION | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` |