diff options
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-i102184')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i102184 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-i102184 b/editors/openoffice.org-3-devel/files/patch-i102184 index e84902f436e0..b03694aaca31 100644 --- a/editors/openoffice.org-3-devel/files/patch-i102184 +++ b/editors/openoffice.org-3-devel/files/patch-i102184 @@ -1,8 +1,8 @@ ---- libxslt/libxslt-1.1.24.patch 2009-05-24 16:32:30.000000000 +0900 -+++ libxslt/libxslt-1.1.24.patch 2009-05-24 16:38:38.000000000 +0900 +--- libxslt/libxslt-configure.patch.org 2010-06-06 08:21:40.000000000 +0900 ++++ libxslt/libxslt-configure.patch 2010-06-06 08:21:53.000000000 +0900 @@ -20,7 +20,7 @@ - major=".$current" - - versuffix=".$current"; + - versuffix=".$current" + major=.`expr $current - $age` -+ versuffix="$major.$age.$revision" ++ versuffix="$major" |