mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4a1e65c1a0
- 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]
14 lines
268 B
C
14 lines
268 B
C
--- 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
|
|
|
|
/*
|