dmd: depend on libphobos and gcc.
This commit is contained in:
parent
b3c4a16918
commit
07d46f2d16
@ -1,10 +1,8 @@
|
|||||||
# Template file for 'dmd'
|
# Template file for 'dmd'
|
||||||
pkgname=dmd
|
pkgname=dmd
|
||||||
version=2.061
|
version=2.061
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="dmd2"
|
wrksrc="dmd2"
|
||||||
subpackages="libphobos"
|
|
||||||
makedepends="unzip"
|
|
||||||
short_desc="The Digital Mars D compiler"
|
short_desc="The Digital Mars D compiler"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.digitalmars.com/d/2.0/"
|
homepage="http://www.digitalmars.com/d/2.0/"
|
||||||
@ -19,6 +17,9 @@ elif [ "$XBPS_MACHINE" = "i686" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
disable_debug=yes
|
disable_debug=yes
|
||||||
|
subpackages="libphobos"
|
||||||
|
makedepends="unzip"
|
||||||
|
depends="libphobos>=${version} gcc"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd src
|
cd src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user