wok diff libv4l/receipt @ rev 22418
libxfce4util: build fails for 4.14, using last release 4.12: error: expected ')' before 'GObject'
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 15 08:33:18 2019 +0000 (2019-12-15) |
parents | b62f93de1a4e |
children | ede1d184d5c5 |
line diff
1.1 --- a/libv4l/receipt Mon Oct 05 01:10:26 2015 +0300 1.2 +++ b/libv4l/receipt Sun Dec 15 08:33:18 2019 +0000 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|jpeg_mem|_&|' lib/libv4lconvert/jpeg_memsrcdest.h 1.8 make && 1.9 make install PREFIX="/usr" DESTDIR="$DESTDIR" 1.10 }