diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libmalloc/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index 965cdbb..930be9a 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> |