# HG changeset patch # User Pascal Bellard # Date 1423917908 -3600 # Node ID 2f93056a863f5432bba51abaa57fb25cef3acf0f # Parent a755a8e0a6e5072d78180a85fac0e3f31e422695 lensfun: buggy make version check workaround diff -r a755a8e0a6e5 -r 2f93056a863f lensfun/receipt --- a/lensfun/receipt Sat Feb 14 09:48:57 2015 +0000 +++ b/lensfun/receipt Sat Feb 14 13:45:08 2015 +0100 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + sed -i 's/.*GNU Make*/# &/' configure ./configure --prefix=/usr --libdir=/usr/lib && make all && make INSTALL_PREFIX="$DESTDIR" install @@ -29,4 +29,3 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/share/lensfun $fs/usr/share } -