Skip to content

Commit

Permalink
upgpatch: element
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO authored and felixonmars committed Jul 21, 2022
1 parent 52ddbb1 commit 7bd11f4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions element/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- PKGBUILD
+++ PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/kushview/element"
@@ -10,7 +10,7 @@ url="https://github.com/kushview/element"
license=(GPL3)
groups=(pro-audio)
depends=(gcc-libs glibc hicolor-icon-theme libx11 libxext)
Expand All @@ -9,7 +9,7 @@
ladspa ldoc libxcomposite libxcursor libxinerama lilv lua lv2 pango readline
serd sord sratom suil waf xorg-xrandr)
checkdepends=(xorg-server-xvfb)
@@ -31,6 +31,10 @@ b2sums=('SKIP'
@@ -35,6 +35,10 @@ b2sums=('SKIP'
'SKIP'
'SKIP')
validpgpkeys=('52CB000FABB9DBE345CD478980A5F4BE60360CDE') # Michael Fisher <mfisher@kushview.net>
Expand All @@ -20,12 +20,11 @@

prepare() {
cd $pkgname
@@ -45,7 +49,7 @@ prepare() {

@@ -52,6 +56,7 @@ prepare() {
build() {
export LINKFLAGS="$LDFLAGS"
CFLAGS+=" -I/usr/share/juce/modules/"
+ export CC=clang CXX=clang++

cd $pkgname
- export LINKFLAGS="$LDFLAGS"
+ export CC=clang CXX=clang++ LINKFLAGS="$LDFLAGS"
waf configure --prefix=/usr \
--enable-docking \
--test
waf configure \

0 comments on commit 7bd11f4

Please sign in to comment.