wok-next diff orpheus/receipt @ rev 20526

Up mtpaint (3.49.13)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 17:51:29 2018 +0200 (2018-03-23)
parents 17e313b5b9c1
children d5aab818505e
line diff
     1.1 --- a/orpheus/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/orpheus/receipt	Fri Mar 23 17:51:29 2018 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|fcntl.h>|&\n#include <unistd.h>|' src/streamtrack.cc
     1.9  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg"
    1.10  	unset CFLAGS CXXFLAGS
    1.11  	./configure 2>&1 | grep -v /config.rpath &&