diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-04 18:53:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-04 18:53:45 +0000 |
commit | dbf7cc2ee8766271482e927badaee9cc6ef65f7d (patch) | |
tree | ca690ce8586b2b5ac1ca2e557c416666f2beda41 /deskutils/sunbird | |
parent | 9cb5d6c6e1f5de91cc079b866eaee90e6cec263c (diff) | |
download | ports-dbf7cc2ee8766271482e927badaee9cc6ef65f7d.tar.gz ports-dbf7cc2ee8766271482e927badaee9cc6ef65f7d.zip |
Notes
Diffstat (limited to 'deskutils/sunbird')
-rw-r--r-- | deskutils/sunbird/files/patch-content_xslt_src_base_txDouble.cpp (renamed from deskutils/sunbird/files/patch-extensions_transformiix_source_base_Double.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/sunbird/files/patch-extensions_transformiix_source_base_Double.cpp b/deskutils/sunbird/files/patch-content_xslt_src_base_txDouble.cpp index 38ce7ec12167..6795f921501d 100644 --- a/deskutils/sunbird/files/patch-extensions_transformiix_source_base_Double.cpp +++ b/deskutils/sunbird/files/patch-content_xslt_src_base_txDouble.cpp @@ -1,5 +1,5 @@ ---- extensions/transformiix/source/base/Double.cpp.orig Mon Feb 6 15:40:52 2006 -+++ extensions/transformiix/source/base/Double.cpp Mon Feb 6 15:51:01 2006 +--- content/xslt/src/base/txDouble.cpp.orig Mon Feb 6 15:40:52 2006 ++++ content/xslt/src/base/txDouble.cpp Mon Feb 6 15:51:01 2006 @@ -52,11 +52,16 @@ //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. #ifdef __FreeBSD__ |