aboutsummaryrefslogtreecommitdiff
path: root/math/algae/files/patch-config.h.in
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-19 15:00:50 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-19 15:00:50 +0000
commit4a1e65c1a08992b908f3c3c9f438a92d91346fbe (patch)
tree81583d73b6991adccb0c943d631d91482c1bca42 /math/algae/files/patch-config.h.in
parent090d6268790fdd790e63a5de97ffe7cabb6a22be (diff)
downloadports-4a1e65c1a08992b908f3c3c9f438a92d91346fbe.tar.gz
ports-4a1e65c1a08992b908f3c3c9f438a92d91346fbe.zip
Notes
Diffstat (limited to 'math/algae/files/patch-config.h.in')
-rw-r--r--math/algae/files/patch-config.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/algae/files/patch-config.h.in b/math/algae/files/patch-config.h.in
new file mode 100644
index 000000000000..58e9a2558df5
--- /dev/null
+++ b/math/algae/files/patch-config.h.in
@@ -0,0 +1,13 @@
+--- config.h.in.orig Wed Oct 19 14:42:12 2005
++++ config.h.in Wed Oct 19 14:42:38 2005
+@@ -317,8 +317,8 @@
+ /*
+ * True if the system has a <malloc.h> file.
+ */
+-#ifndef HAVE_MALLOC_H
+-#define HAVE_MALLOC_H 0
++#ifdef HAVE_MALLOC_H
++#undef HAVE_MALLOC_H
+ #endif
+
+ /*