wyrd: rebuild for ocaml-4.07.0.
This commit is contained in:
parent
b53487e43e
commit
4975c2d465
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wyrd'
|
# Template file for 'wyrd'
|
||||||
pkgname=wyrd
|
pkgname=wyrd
|
||||||
version=1.4.6
|
version=1.4.6
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
nocross="Tool ocamlmklib does not work well"
|
nocross="Tool ocamlmklib does not work well"
|
||||||
disable_parallel_build="Seems fragile, but uncertain if this is necessary."
|
disable_parallel_build="Seems fragile, but uncertain if this is necessary."
|
||||||
|
@ -11,8 +11,13 @@ depends="remind"
|
||||||
conf_files="/etc/wyrdrc"
|
conf_files="/etc/wyrdrc"
|
||||||
short_desc="Ncurses front-end to Remind"
|
short_desc="Ncurses front-end to Remind"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://pessimization.com/software/wyrd/"
|
homepage="http://pessimization.com/software/wyrd/"
|
||||||
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e
|
checksum=b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e
|
||||||
export OCAMLPARAM="safe-string=0,_"
|
export OCAMLPARAM="safe-string=0,_"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868599
|
||||||
|
sed -i 's/TERMINAL/TERMTYPE/' curses/configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue