Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2018 14:51:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229274] lang/julia: should add devel/llvm40 as runtime dependency
Message-ID:  <bug-229274-7788-nKFcEPWUtx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229274-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229274-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229274

--- Comment #1 from Iblis Lin <iblis@hs.ntnu.edu.tw> ---
Thanks for your report.
I always build from source... not aware of this issue.

Patch is here:

diff --git a/Makefile b/Makefile
index 12fe96c..5eb11f7 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,7 @@ LLVM_MAKE_ARGS=3D       USE_SYSTEM_LLVM=3D0
 LLVM_MAKE_ARGS_OFF=3D    USE_SYSTEM_LLVM=3D1 LLVM_CONFIG=3Dllvm-config40
 LLVM_BUILD_DEPENDS=3D    cmake:devel/cmake
 LLVM_BUILD_DEPENDS_OFF=3D        llvm-config40:devel/llvm40
+LLVM_LIB_DEPENDS_OFF=3D  libLLVM-4.0.so:devel/llvm40
 LLVM_USES=3D     python:build perl5

 SYSLIBM_DESC=3D  Build with system libm

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229274-7788-nKFcEPWUtx>