wok-next diff shake/receipt @ rev 20996
Move fonts-liberation*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 04 16:01:47 2018 +0300 (2018-10-04) |
parents | 2b9f96603415 |
children | d5aab818505e |
line diff
1.1 --- a/shake/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/shake/receipt Thu Oct 04 16:01:47 2018 +0300 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 &&