Files
for-gentoo/dev-lang/mono/metadata.xml
T
Fabio Erculiani f726f13445 [dev-lang/mono] add arm keyword, fix arm fpu detection
Compilation fails with the following error on armv7:

Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
Mono.CSharp.ConsoleReportPrinter ---> System.OverflowException:
Number overflow

The arm-fpu.patch file should fix it.

Taken from: https://github.com/archlinuxarm/PKGBUILDs/issues/91
2012-01-01 16:46:53 +01:00

10 lines
415 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dotnet</herd>
<use>
<flag name='pax_kernel'>Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
<flag name='xen'>Make mono generate code that is considerably faster on xen VMs but slightly slower on for normal systems.</flag>
</use>
</pkgmetadata>