aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/factory/files')
-rw-r--r--sci-libs/factory/files/patch-3.1.0b12
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/factory/files/patch-3.1.0b b/sci-libs/factory/files/patch-3.1.0b
new file mode 100644
index 000000000..ec3efaad6
--- /dev/null
+++ b/sci-libs/factory/files/patch-3.1.0b
@@ -0,0 +1,12 @@
+diff -ur --exclude=configure tmp/factory/newdelete.cc factory/newdelete.cc
+--- tmp/factory/newdelete.cc 2008-10-28 04:16:24.000000000 -0500
++++ factory/newdelete.cc 2008-10-30 13:28:52.000000000 -0500
+@@ -1,6 +1,8 @@
+ /* emacs edit mode for this file is -*- C++ -*- */
+ /* $Id: newdelete.cc,v 1.3 2008/10/25 11:04:06 Singular Exp $ */
+
++#include <new>
++
+ #include <config.h>
+
+ #include "assert.h"