We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c157319 commit a27536bCopy full SHA for a27536b
PKGBUILDs/calf-git/PKGBUILD
@@ -30,7 +30,7 @@ build() {
30
cd "${srcdir}/${_pkgname}"
31
32
# fix for archlinux package naming and version problem
33
- sed -i 's/lv2core >= 6/lv2 >= 1.15/' configure
+ sed -i 's/lv2core >= 6/lv2 >= 1.15/' configure.ac
34
35
./autogen.sh \
36
--prefix="/usr" \
@@ -41,6 +41,11 @@ build() {
41
export CFLAGS="$CFLAGS -O3"
42
export CXXFLAGS="$CXXFLAGS -O3"
43
44
+ sed -i 's/<lv2.h>/"\/usr\/include\/lv2\/lv2.h"/' src/makerdf.cpp
45
+ sed -i 's/"lv2.h"/"\/usr\/include\/lv2\/lv2.h"/' src/calf/lv2_options.h
46
+ sed -i 's/"lv2.h"/"\/usr\/include\/lv2\/lv2.h"/' src/calf/lv2_ui.h
47
+ sed -i 's/<lv2.h>/"\/usr\/include\/lv2\/lv2.h"/' src/calf/lv2wrap.h
48
+
49
make
50
}
51
0 commit comments