From 1a12346e9a9f045d850f17d46d8e6c1d7098729c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 22 Nov 2018 00:03:31 +0100 Subject: [PATCH] llvm3.9: rebuild for metadata --- srcpkgs/llvm3.9/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/llvm3.9/template b/srcpkgs/llvm3.9/template index 4b230100c0d..a938d197474 100644 --- a/srcpkgs/llvm3.9/template +++ b/srcpkgs/llvm3.9/template @@ -2,9 +2,8 @@ # Only a transitional package until Rust works with LLVM 4.0. pkgname=llvm3.9 version=3.9.1 -revision=3 +revision=4 wrksrc="llvm-${version}.src" -lib32disabled=yes build_style=cmake configure_args=" -Wno-dev @@ -17,13 +16,14 @@ configure_args=" -DLLVM_BUILD_TESTS=OFF -DLLVM_BINUTILS_INCDIR=/usr/include -DCMAKE_INSTALL_DO_STRIP=0" -nodebug=yes # while -DLLVM_LINK_LLVM_DYLIB=OFF short_desc="Low Level Virtual Machine (3.9.x series)" maintainer="Leah Neukirchen " +license="NCSA" homepage="http://www.llvm.org" -license="BSD" distfiles="http://www.llvm.org/releases/${version}/llvm-${version}.src.tar.xz" checksum=1fd90354b9cf19232e8f168faf2220e79be555df3aa743242700879e8fd329ee +nodebug=yes # while -DLLVM_LINK_LLVM_DYLIB=OFF +lib32disabled=yes # XXX Investigate ocaml bindings. hostmakedepends="groff perl python zlib-devel libffi-devel swig"