wok-next diff tcsh/receipt @ rev 19941

gst0-ffmpeg*: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 19:06:21 2017 +0200 (2017-10-15)
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 Oct 15 19:06:21 2017 +0200
     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 &&