mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-12 15:52:59 +02:00
dmd: update to 2.098.0
This commit is contained in:
parent
c8b1aa6add
commit
91060288a5
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dmd'
|
# Template file for 'dmd'
|
||||||
pkgname=dmd
|
pkgname=dmd
|
||||||
version=2.095.0
|
version=2.098.0
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="dmd2.091 which"
|
hostmakedepends="dmd2.091 which"
|
||||||
|
@ -15,14 +15,17 @@ distfiles="
|
||||||
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
||||||
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
||||||
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
||||||
checksum="d8b54cdd885b86e2cc30ccb4ccc6923940b3bd79183b499889b86d34dd22621b
|
checksum="437e7abae7f747ce8a027e512d2f98f0c27badd623347141c3f6fb0834d85ad0
|
||||||
f8d6346aa13bdc6ff893eb9d9e5aa5e8ff5efe97dbfd92f7ecd8db8172d0c04a
|
f150400756c7940bc9d67a3ed7f89777e49b42a1ef2dff6f40727f83b3cea6f4
|
||||||
f5c9606a988917a38b3b9a495c6da0d4e36b60beac8e805f6dea719d042d50d4
|
f91c6c7f2d5683af2804a183c287bf6991b99c49692759d7844e1919ca59e974
|
||||||
02853f8a4988f55dab5daa1e0e9910ea91905b85bcaa7a5ffd83079147dc7d93"
|
1104e5e59fd47828b798d77a72be547bf086bba1d374a1855c6b5814c4db0145"
|
||||||
conf_files="/etc/dmd.conf"
|
conf_files="/etc/dmd.conf"
|
||||||
provides="d-compiler-${version}_${revision}"
|
provides="d-compiler-${version}_${revision}"
|
||||||
conflicts="dmd-bootstrap dmd2.081 dmd2.091"
|
conflicts="dmd-bootstrap dmd2.081 dmd2.091"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
# from no to very little distinction between host CC and target CC in
|
||||||
|
# makefiles or build.d
|
||||||
|
nocross="broken build system"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
LDFLAGS="-lpthread"
|
LDFLAGS="-lpthread"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue