diff options
author | garga <garga@FreeBSD.org> | 2005-10-19 23:00:50 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-19 23:00:50 +0800 |
commit | a671d09c072cc4230f65211c2ce9af01d85db6ed (patch) | |
tree | 841efb22831b50d9bbeed90359ff0db6e103db62 /math/algae/files | |
parent | 8c33c68ef06d0d88075be7d177897f71173b3e46 (diff) | |
download | freebsd-ports-gnome-a671d09c072cc4230f65211c2ce9af01d85db6ed.tar.gz freebsd-ports-gnome-a671d09c072cc4230f65211c2ce9af01d85db6ed.tar.zst freebsd-ports-gnome-a671d09c072cc4230f65211c2ce9af01d85db6ed.zip |
- Update to 4.3.6 [1]
- Pass maintainership to submitter [1]
- Use DATADIR and INFO
- Hacked to build fine on 4.x
PR: ports/87662 [1]
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> [1]
Diffstat (limited to 'math/algae/files')
-rw-r--r-- | math/algae/files/patch-Makefile.in (renamed from math/algae/files/patch-aa) | 0 | ||||
-rw-r--r-- | math/algae/files/patch-config.h.in | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/math/algae/files/patch-aa b/math/algae/files/patch-Makefile.in index 8bcb294cbf20..8bcb294cbf20 100644 --- a/math/algae/files/patch-aa +++ b/math/algae/files/patch-Makefile.in 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 + + /* |