Skip to content

Commit

Permalink
updpatch: calf
Browse files Browse the repository at this point in the history
Fix rotten
  • Loading branch information
kxxt committed Nov 23, 2024
1 parent 175eac2 commit fead562
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions calf/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -38,7 +38,6 @@ prepare(){
@@ -22,7 +22,7 @@ prepare() {

build() {
local configure_options=(
--enable-experimental
- --enable-sse
--prefix=/usr
--with-lv2
)
cd $pkgname
- ./configure --enable-experimental --enable-sse --prefix=/usr --with-lv2
+ ./configure --enable-experimental --prefix=/usr --with-lv2
# prevent libtool from overlinking
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make

0 comments on commit fead562

Please sign in to comment.