wok-6.x diff ocaml/receipt @ rev 3718
Upgrade: lxmenu-data (0.1 to 0.1.1)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jul 21 12:27:28 2009 +0000 (2009-07-21) |
parents | 4482e0fab13a |
children | 30d3807bcd99 |
line diff
1.1 --- a/ocaml/receipt Sat Mar 14 14:38:58 2009 +0000 1.2 +++ b/ocaml/receipt Tue Jul 21 12:27:28 2009 +0000 1.3 @@ -14,6 +14,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + grep -q true build/camlp4-targets.sh || 1.8 + sed -i 's/base=.*/& || true/' build/camlp4-targets.sh 1.9 ./configure --prefix $PWD/_pkg/usr \ 1.10 $(echo $CONFIGURE_ARGS | sed 's/--build=[^ ]*//' | sed 's/=/ /g') && 1.11 make world && make install