wok-next rev 19916

shake: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 13 18:15:08 2017 +0200 (2017-10-13)
parents fb44b3dea8c4
children 046ebaf03fec
files shake/receipt
line diff
     1.1 --- a/shake/receipt	Fri Oct 13 16:45:56 2017 +0300
     1.2 +++ b/shake/receipt	Fri Oct 13 18:15:08 2017 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|.*fcntl.*|#include <sys/types.h>\n&|' judge.h
     1.8  	cd $src/build
     1.9  	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.10  	make &&