wok-next diff mono/receipt @ rev 20990

Remove mate116 stash
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 22:23:34 2018 +0300 (2018-10-02)
parents 8a42150f2543
children d5aab818505e
line diff
     1.1 --- a/mono/receipt	Sun Jul 01 23:19:43 2018 +0300
     1.2 +++ b/mono/receipt	Tue Oct 02 22:23:34 2018 +0300
     1.3 @@ -11,7 +11,6 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="https://download.mono-project.com/sources/mono/$TARBALL"
     1.6  
     1.7 -#BUILD_DEPENDS="tar bzip2 m4 bison gawk gettext glib-dev perl libgdiplus-dev"
     1.8  BUILD_DEPENDS="zlib-dev gettext libtool xorg-libX11-dev cmake libgdiplus-dev"
     1.9  SPLIT="mono-doc mono mono-dev"
    1.10  COOKOPTS="skip-log-errors"
    1.11 @@ -19,6 +18,10 @@
    1.12  # Build documentation at https://www.mono-project.com/docs/compiling-mono/
    1.13  
    1.14  compile_rules() {
    1.15 +	# mono fails to build for i486...
    1.16 +	export CFLAGS=${CFLAGS/i486/i686}
    1.17 +	echo "CFLAGS   : $CFLAGS"
    1.18 +
    1.19  #		--with-spectre-mitigation=yes \
    1.20  #		--with-spectre-indirect-branch-choice=extern \
    1.21  	./configure \