pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mono Put back the definition of MONO_SHARED_DIR i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/64df776120f7
branches: trunk
changeset: 542949:64df776120f7
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri May 30 11:01:15 2008 +0000
description:
Put back the definition of MONO_SHARED_DIR in the bl3.mk, because it is
needed to build gtk-sharp and gnome-sharp, and possibly other mono packages
with a readonly home dir. Discussed with wiz@ and kefren@
diffstat:
lang/mono/Makefile.common | 4 +---
lang/mono/buildlink3.mk | 3 ++-
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r f61048629d00 -r 64df776120f7 lang/mono/Makefile.common
--- a/lang/mono/Makefile.common Fri May 30 11:00:01 2008 +0000
+++ b/lang/mono/Makefile.common Fri May 30 11:01:15 2008 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2008/04/25 08:14:20 kefren Exp $
+# $NetBSD: Makefile.common,v 1.3 2008/05/30 11:01:15 tnn Exp $
# used by lang/mono/Makefile
MONO_VERSION= 1.9.1
-
-ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q}
diff -r f61048629d00 -r 64df776120f7 lang/mono/buildlink3.mk
--- a/lang/mono/buildlink3.mk Fri May 30 11:00:01 2008 +0000
+++ b/lang/mono/buildlink3.mk Fri May 30 11:01:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2008/04/19 18:42:10 kefren Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2008/05/30 11:01:15 tnn Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
MONO_BUILDLINK3_MK:= ${MONO_BUILDLINK3_MK}+
@@ -14,6 +14,7 @@
.if ${MONO_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.mono+= mono>=1.9
BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono
+ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q}
.endif # MONO_BUILDLINK3_MK
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index