summaryrefslogtreecommitdiff
path: root/devel/libmalloc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 01:48:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 01:48:32 +0000
commitd81b73244453ec9e0d434d30112e0646631cd07b (patch)
tree0dd7d0ef9de7a3f4f25287d1865e637c0cc7f697 /devel/libmalloc
parentThe configure script sometimes goes into an infinite loop, spewing out (diff)
Mark this broken for 3.0:
------- cc -c -g -I./splay -I/root/include -DHAVE_MMAP -DSTDHEADERS -DDEBUG -DTRACE -DPROFILESIZES _emalloc.c -o _emalloc.o In file included from defs.h:51, from _emalloc.c:5: externs.h:110: conflicting types for `mmap' /usr/include/stdio.h:282: previous declaration of `mmap' *** Error code 1 Stop.
Notes
Notes: svn path=/head/; revision=14928
Diffstat (limited to 'devel/libmalloc')
-rw-r--r--devel/libmalloc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 965cdbb146a7..930be9a0cdd8 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1997/07/17 15:12:41 max Exp $
+# $Id: Makefile,v 1.13 1997/11/22 01:04:30 asami Exp $
#
DISTNAME= malloc-1.18
@@ -13,6 +13,11 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
MAINTAINER= obrien@FreeBSD.org
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 300000
+BROKEN= mmap prototype mismatch
+.endif
+
MANUAL_PACKAGE_BUILD= installs malloc.h
post-install:
@@ -24,4 +29,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/NOTE ${PREFIX}/share/doc/libmalloc
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>