1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

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.
This commit is contained in:
Satoshi Asami 1998-11-28 01:48:32 +00:00
parent 538870682e
commit d81b732444
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14928

View File

@ -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>