ldc: rebuild against libllvm.so.6
This commit is contained in:
parent
7d91616a87
commit
90a054e8f2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.8.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"
|
||||
|
@ -11,7 +11,7 @@ depends="ldc-runtime"
|
|||
conf_files="/etc/ldc2.conf"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://wiki.dlang.org/LDC"
|
||||
license="3-clause-BSD, Boost Software License 1.0"
|
||||
license="BSD-3-Clause, BSL-1.0"
|
||||
short_desc="Portable D programming language compiler based on LLVM"
|
||||
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
|
||||
checksum=e421a1f4bbf97d173bd277125794862ca5b6a09409586b806cec23b922955c7f
|
||||
|
|
Loading…
Reference in a new issue