wok-next diff xorg-xf86-video-suncg6/receipt @ rev 20869

mono: fix build on 32-bit
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 02 10:15:48 2018 +0300 (2018-07-02)
parents d305457ae6b8
children cd7906120828
line diff
     1.1 --- a/xorg-xf86-video-suncg6/receipt	Tue Apr 03 14:59:14 2018 +0300
     1.2 +++ b/xorg-xf86-video-suncg6/receipt	Mon Jul 02 10:15:48 2018 +0300
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make install
    1.10  }