summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjgmdev2018-01-20 05:55:47 -0800
committerjgmdev2018-01-20 05:55:47 -0800
commit032152e7e59089483785f2e3a29f1fdcabe6a82e (patch)
tree2dc3474b8a8c139968396ba87c628ba0a41eb23f /PKGBUILD
parent1b875f47ff1d04fc7762b077eda966ded93810fd (diff)
downloadaur-032152e7e59089483785f2e3a29f1fdcabe6a82e.tar.gz
Added comment with purpose of sed patch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 665535c1b146..d0f536d5590e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,8 @@ pkgver() {
prepare() {
cd "${srcdir}/${_gitname}"
+ # Fix build issue as reported by Kniyl here
+ # https://github.com/CastXML/CastXML/issues/102
sed -i "s|\${llvm_libs}||g" src/CMakeLists.txt
cmake -DSPHINX_EXECUTABLE=/usr/bin/sphinx-build \