diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-15 19:32:01 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-02-15 19:32:01 +0000 |
commit | 3efa964f57cb1d957918247d4564e9f5e3e17d45 (patch) | |
tree | 3373f4d90d8cb32b07f2ab0d00bdb0747d99d37b | |
parent | 4e00af4213e36e0bd0834f24db5e091eb38842e2 (diff) | |
download | ports-3efa964f57cb1d957918247d4564e9f5e3e17d45.tar.gz ports-3efa964f57cb1d957918247d4564e9f5e3e17d45.zip |
Notes
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 9e1c148da434..8c876daa9145 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -40,7 +40,9 @@ MAN1= al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 dtd2xsd.1 \ soapsuds.1 sqlsharp.1 wsdl.1 xsd.1 mono-xmltool.1 sgen.1 MAN5= mono-config.5 -ONLY_FOR_ARCHS= i386 amd64 +# Removed amd64 arch because builds are exhibiting semaphore problems on +# pointyhat runs causing failure to build. +ONLY_FOR_ARCHS= i386 #amd64 MONO_SHARED_DIR=${WRKDIR} |