pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mono Give this netbsd make rules (same as linux) ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56130f7fecba
branches:  trunk
changeset: 626424:56130f7fecba
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Nov 12 04:00:47 2013 +0000

description:
Give this netbsd make rules (same as linux) -- this allows it to build
for me.

diffstat:

 lang/mono/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 258ba2c2149e -r 56130f7fecba lang/mono/Makefile
--- a/lang/mono/Makefile        Tue Nov 12 02:57:43 2013 +0000
+++ b/lang/mono/Makefile        Tue Nov 12 04:00:47 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2013/10/19 09:06:55 adam Exp $
+# $NetBSD: Makefile,v 1.144 2013/11/12 04:00:47 dholland Exp $
 
 DISTNAME=      mono-3.0.10
 PKGREVISION=   3
@@ -152,6 +152,10 @@
 PLIST.monodoc=         yes
 .endif
 
+post-extract:
+       ${CP} ${WRKSRC}/mcs/build/platforms/linux.make \
+               ${WRKSRC}/mcs/build/platforms/netbsd.make
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/data/net_4_5/DefaultWsdlHelpGenerator.aspx \
                ${DESTDIR}${EGDIR}/4.5/DefaultWsdlHelpGenerator.aspx



Home | Main Index | Thread Index | Old Index