wok-next rev 19702
unionfs-fuse: do not define function twice (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 26 12:04:09 2017 +0200 (2017-04-26) |
parents | 3d840ea6007e |
children | 5d37421ab2d0 |
files | tcptrack/receipt tcsh/receipt transfig/receipt unionfs-fuse/receipt valgrind/receipt |
line diff
1.1 --- a/tcptrack/receipt Wed Apr 26 10:57:18 2017 +0200 1.2 +++ b/tcptrack/receipt Wed Apr 26 12:04:09 2017 +0200 1.3 @@ -16,6 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's/_BSD_SOURCE/_DEFAULT_SOURCE/' src/* 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --mandir=/usr/share/man \
2.1 --- a/tcsh/receipt Wed Apr 26 10:57:18 2017 +0200 2.2 +++ b/tcsh/receipt Wed Apr 26 12:04:09 2017 +0200 2.3 @@ -18,7 +18,6 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - export LDFLAGS="$LDFLAGS -ltinfo" 2.8 mkdir -p $DESTDIR/usr/bin 2.9 touch $DESTDIR/usr/bin/tcsh 2.10 ./configure $CONFIGURE_ARGS &&
3.1 --- a/transfig/receipt Wed Apr 26 10:57:18 2017 +0200 3.2 +++ b/transfig/receipt Wed Apr 26 12:04:09 2017 +0200 3.3 @@ -17,6 +17,7 @@ 3.4 compile_rules() 3.5 { 3.6 cd $src 3.7 + sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' ig2dev/dev/readpng.c 3.8 sed -i 's|/usr/local|/usr|' */*akefile 3.9 xmkmf && 3.10 make Makefiles &&
4.1 --- a/unionfs-fuse/receipt Wed Apr 26 10:57:18 2017 +0200 4.2 +++ b/unionfs-fuse/receipt Wed Apr 26 12:04:09 2017 +0200 4.3 @@ -17,9 +17,7 @@ 4.4 compile_rules() 4.5 { 4.6 sed -i 's/extern inline/static inline/' src/hashtable_itr.h 4.7 - sed -i -e '/^hashtable_iterator_key/{n;s|$| */|}' \ 4.8 - -e '/^hashtable_iterator_value/{n;s|$| */|}' \ 4.9 - -e 's|^void *|/* &|' src/hashtable_itr.c 4.10 + sed -i '/^void */{NNd}' src/hashtable_itr.c 4.11 cmake -DCMAKE_INSTALL_PREFIX=/usr . && 4.12 make && make install 4.13 }
5.1 --- a/valgrind/receipt Wed Apr 26 10:57:18 2017 +0200 5.2 +++ b/valgrind/receipt Wed Apr 26 12:04:09 2017 +0200 5.3 @@ -20,6 +20,7 @@ 5.4 { 5.5 autoconf 5.6 sed -i 's/|clang-4../&|clang-5.*|clang-6.*/' configure* 5.7 + sed -i 's/notclang-4../&|notclang-5.*|notclang-6.*/' configure* 5.8 ./configure \ 5.9 --prefix=/usr \ 5.10 --infodir=/usr/share/info \