diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-10-09 00:31:58 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-10-09 00:31:58 +0000 |
commit | ca1ddfab8a4d7ce024db681dd33364b28eeae6fb (patch) | |
tree | 9567ff05440f8e2c5d647f78463d4c22ef639e07 /libxslt | |
parent | 7fd667d09ac8fcbcac95f964e2d329270c0bbec9 (diff) |
i102184: FreeBSD port: libxslt issue causing officecfg DEV300_m47 failure.
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/libxslt-configure.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/libxslt-configure.patch b/libxslt/libxslt-configure.patch index bfa0b512824e..f556b11108c7 100644 --- a/libxslt/libxslt-configure.patch +++ b/libxslt/libxslt-configure.patch @@ -20,7 +20,7 @@ - major=".$current" - versuffix=".$current" + major=.`expr $current - $age` -+ versuffix="$major.$age.$revision" ++ versuffix="$major" ;; irix | nonstopux) |