wok-next diff tcsh/receipt @ rev 20272

Update cups (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 09:48:17 2017 +0100 (2017-11-08)
parents f7cf1ead56c0
children d5aab818505e
line diff
     1.1 --- a/tcsh/receipt	Wed Apr 26 12:04:09 2017 +0200
     1.2 +++ b/tcsh/receipt	Wed Nov 08 09:48:17 2017 +0100
     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 &&