wok-next diff clucene/receipt @ rev 19705

clucene, lame, tcsh: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 19:08:44 2017 +0200 (2017-04-26)
parents 051931e905b0
children 4ca71b0ef823
line diff
     1.1 --- a/clucene/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/clucene/receipt	Wed Apr 26 19:08:44 2017 +0200
     1.3 @@ -15,7 +15,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|LuceneBase(){};|LuceneBase()\n#if __cplusplus >= 201103L\nnoexcept(false)\n#endif\n{};|' \
     1.9 +		src/CLucene/debug/lucenebase.h
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12  		--libdir=/usr/lib \