wok-next diff ayttm/receipt @ rev 18450
perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sun Sep 27 19:52:03 2015 +0000 (2015-09-27) |
parents | 7896f0694ef6 |
children | 7f39549720b8 |
line diff
1.1 --- a/ayttm/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/ayttm/receipt Sun Sep 27 19:52:03 2015 +0000 1.3 @@ -17,7 +17,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + # remove -lfl 1.9 + sed -i 's/LEXLIB=.*/LEXLIB=/' configure 1.10 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.11 --mandir=/usr/share/man $CONFIGURE_ARGS \ 1.12 --disable-webcam --disable-esd --disable-arts --disable-webcam \