PORTNAME= aegis
PORTVERSION= 4.25
DISTVERSIONSUFFIX= .D510
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= devel
MASTER_SITES= SF
--- aegrep/main.cc.orig 2014-08-02 11:30:25.351342791 +0000
--- aegrep/main.cc.orig 2012-12-04 02:03:33 UTC
+++ aegrep/main.cc 2014-08-02 11:30:52.520341498 +0000
+++ aegrep/main.cc
@@ -32,6 +32,9 @@
#include <aegrep/arglex3.h>
--- common/mem.h.orig 2012-12-04 02:03:33 UTC
+++ common/mem.h
@@ -123,7 +123,7 @@ char *dmem_copy_string(const char *file,
#endif
#if HAVE_HEADER_NEW || HAVE_NEW_H
-#define THROW_BAD_ALLOC throw(std::bad_alloc)
+#define THROW_BAD_ALLOC //throw(std::bad_alloc)
#else
#define THROW_BAD_ALLOC