Add an ugly hack to this makefile to force the build until we figure out what's
really wrong.
This commit is contained in:
parent
61a08ed116
commit
7bfc006443
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/03/23 08:25:26 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/03/23 10:21:32 robert Exp $
|
||||
|
||||
# sync with net/avahi,-mono
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc # arm
|
||||
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc # arm
|
||||
COMMENT= cross platform, open source .NET developement framework
|
||||
|
||||
DISTNAME= mono-2.6.3
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
|
||||
CATEGORIES= lang devel
|
||||
|
||||
|
12
lang/mono/patches/patch-mcs_docs_Makefile
Normal file
12
lang/mono/patches/patch-mcs_docs_Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-mcs_docs_Makefile,v 1.1 2010/03/23 10:21:32 robert Exp $
|
||||
--- mcs/docs/Makefile.orig Tue Mar 23 09:58:01 2010
|
||||
+++ mcs/docs/Makefile Tue Mar 23 10:08:33 2010
|
||||
@@ -140,7 +140,7 @@ Novell.tree: Makefile
|
||||
|
||||
cs-errors.zip : cs-errors.tree
|
||||
cs-errors.tree: cs-errors.config Makefile
|
||||
- $(MDOC) assemble -o cs-errors -f error $<
|
||||
+ $(MDOC) assemble -o cs-errors -f error $< || true
|
||||
|
||||
ecma334.zip : ecma334.tree
|
||||
ecma334.tree: Makefile
|
Loading…
Reference in New Issue
Block a user