diff options
| author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-28 14:46:35 +0000 |
|---|---|---|
| committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-28 14:46:35 +0000 |
| commit | 277c3230e5b43ce71c7360028403b42f339ecc11 (patch) | |
| tree | d59603a429db4c7bfc6024d47227bd1d822dac10 /devel/ace/files/patch-configure | |
| parent | - Restore a patch which fix build with gcc 4.1. It was accidently removed (diff) | |
- Update to 5.5.2.
- Turn off a stupid test of std::bad_alloc exception. [1]
Requested by: kris
Diffstat (limited to '')
| -rw-r--r-- | devel/ace/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ace/files/patch-configure b/devel/ace/files/patch-configure new file mode 100644 index 000000000000..4c37898972c4 --- /dev/null +++ b/devel/ace/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sun Jan 28 13:32:29 2007 ++++ configure Sun Jan 28 13:44:58 2007 +@@ -10434,6 +10434,7 @@ + esac + ;; + *freebsd*) ++ ace_cv_new_throws_bad_alloc_exception=no + ;; + *hpux*) + # In case anything here or in the config depends on OS |
