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@
This commit is contained in:
parent
f60023b812
commit
f7e5e827dc
2 changed files with 3 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}mono
|
|||
.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"
|
||||
|
|
Loading…
Reference in a new issue