wok-next diff tcsh/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents f7cf1ead56c0
children d5aab818505e
line diff
     1.1 --- a/tcsh/receipt	Wed Apr 26 12:04:09 2017 +0200
     1.2 +++ b/tcsh/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -18,6 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's/(__ANDROID__)/& \&\& !defined(__GLIBC__)/' sh.proc.c
     1.8  	mkdir -p $DESTDIR/usr/bin
     1.9  	touch $DESTDIR/usr/bin/tcsh
    1.10  	./configure $CONFIGURE_ARGS &&