Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=36436f64d646dc7feebf845beed3d8d1a939aff4

commit 36436f64d646dc7feebf845beed3d8d1a939aff4
Author: crazy <[email protected]>
Date:   Tue Jan 30 03:07:54 2018 +0100

mono-5.10.0.69-1-x86_64

* Version bump
* finally a working version with some magic :-)

diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild
index 1be874f..76aa03e 100644
--- a/source/devel/mono/FrugalBuild
+++ b/source/devel/mono/FrugalBuild
@@ -3,13 +3,13 @@
# Contributor: bouleetbil <[email protected]>

pkgname=mono
-pkgver=5.10.0.53
+pkgver=5.10.0.69
pkgrel=1
pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter"
url="http://www.mono-project.com/";
groups=('devel')
archs=("x86_64")
-depends=('zlib' 'libstdc++>=6.2.1-5')
+depends=('zlib' 'libstdc++>=7.3.0-5')
makedepends+=('cmake')
up2date="Flasttar http://origin-download.mono-project.com/sources/mono/";
source=(http://origin-download.mono-project.com/sources/mono/$pkgname-$pkgver.tar.bz2)
@@ -19,7 +19,7 @@ conflicts=('monodoc' 'ikvm')
provides=('monodoc' 'ikvm')

options=('static')
-sha1sums=('3721addbe01c538685538896ff38677dd2521e66')
+sha1sums=('3ee7f8a02f47b5653998937c565e6bd5a0c583a7')

Fconfopts+="   --disable-quiet-build \
--disable-system-aot \
@@ -29,6 +29,11 @@ Fconfopts+="   --disable-quiet-build \
--with-mcs-docs=no"

build() {
+
+       ## do NOT remove
+       CFLAGS+=" -fno-strict-aliasing"
+       CXXFLAGS+=" -fno-strict-aliasing"
+
unset LDFLAGS
Fbuild
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to