This requires the same change as mono3 to get netbsd.make.
This commit is contained in:
parent
88e5eb85e3
commit
4e017b4d5f
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/10/19 09:06:55 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2013/11/18 18:14:38 dholland Exp $
|
||||
|
||||
DISTNAME= mono-2.10.9
|
||||
PKGREVISION= 4
|
||||
|
@ -158,6 +158,10 @@ ULIMIT_CMD_datasize= ulimit -d 524288
|
|||
ULIMIT_CMD_stacksize= ulimit -s 10240
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${CP} ${WRKSRC}/mcs/build/platforms/linux.make \
|
||||
${WRKSRC}/mcs/build/platforms/netbsd.make
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../textproc/icu/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue