wok-6.x diff readline/receipt @ rev 18069
smtube: try to fix build
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed May 20 00:18:47 2015 +0200 (2015-05-20) |
parents | 2b9f96603415 |
children | fa58eb98af1e |
line diff
1.1 --- a/readline/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/readline/receipt Wed May 20 00:18:47 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="readline" 1.7 -VERSION="6.2" 1.8 +VERSION="6.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU readline." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,6 +18,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -Np1 -i $stuff/readline-6.3-upstream_fixes-3.patch 1.17 sed -i '/(MV)/d' Makefile* 1.18 ./configure $CONFIGURE_ARGS && 1.19 make && make DESTDIR=$DESTDIR install