mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/supercollider: actually add in the changes
This commit is contained in:
parent
b131d43ea3
commit
cc97974995
1 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
# Maintainer : speps <speps at aur dot archlinux dot org>
|
||||
# Contributor: <farid at archlinux-br.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - added recommended cmake defines (last two lines)
|
||||
|
||||
_name=SuperCollider
|
||||
pkgname=supercollider
|
||||
pkgver=3.6.5
|
||||
|
@ -25,7 +28,9 @@ build() {
|
|||
[ -d bld ] || mkdir bld && cd bld
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIBSCSYNTH=ON
|
||||
-DLIBSCSYNTH=ON \
|
||||
-DSSE=OFF -DSSE2=OFF -DSUPERNOVA=OFF -DNOVA_SIMD=ON -DNATIVE=OFF \
|
||||
-DCMAKE_C_FLAGS="${CFLAGS}" -DCMAKE_CXX_FLAGS="${CXXFLAGS}"
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue