wok-next diff aiksaurus/receipt @ rev 20086

qt5: add sse patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 26 23:14:03 2017 +0200 (2017-10-26)
parents 4affba707664
children d43bf7aae921
line diff
     1.1 --- a/aiksaurus/receipt	Mon Jun 05 04:30:15 2017 +0000
     1.2 +++ b/aiksaurus/receipt	Thu Oct 26 23:14:03 2017 +0200
     1.3 @@ -16,8 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	patch -Np0 -i $stuff/aiksaurus-gcc44.patch
     1.9  	./configure --with-gtk $CONFIGURE_ARGS &&
    1.10  	make && make -j1 DESTDIR=$DESTDIR install
    1.11  }