summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-11-18 18:14:38 +0000
committerdholland <dholland@pkgsrc.org>2013-11-18 18:14:38 +0000
commitd2cb437b4e1908b5ceee05a37d21ac6e6a0dc13f (patch)
tree6dc1f8e4c4ff8762dbb3b8bed478cfb0952ecca7 /lang
parent0397c965b98cee871bb997aae288604b340a91a4 (diff)
downloadpkgsrc-d2cb437b4e1908b5ceee05a37d21ac6e6a0dc13f.tar.gz
This requires the same change as mono3 to get netbsd.make.
Diffstat (limited to 'lang')
-rw-r--r--lang/mono2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/mono2/Makefile b/lang/mono2/Makefile
index ab1420b962a..f1a32dbc137 100644
--- a/lang/mono2/Makefile
+++ b/lang/mono2/Makefile
@@ -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"