wok diff gdb/receipt @ rev 15304
gtk-engines-rezlooks: include glib.h only
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 12:47:35 2013 +0000 (2013-09-27) |
parents | 754670062927 |
children | e5abf3dfdfb0 |
line diff
1.1 --- a/gdb/receipt Sun Sep 22 15:13:40 2013 +0200 1.2 +++ b/gdb/receipt Fri Sep 27 12:47:35 2013 +0000 1.3 @@ -20,7 +20,7 @@ 1.4 ./configure --prefix=/usr \ 1.5 --with-python=no \ 1.6 --disable-werror $CONFIGURE_ARGS && \ 1.7 - make $MAKEFLAGS 2>&1 | grep -v STRERROR && 1.8 + make && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11