mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/supercollider to 3.9.3-4
This commit is contained in:
parent
f2c8483a14
commit
8947a71470
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: David Runge <dave@sleepmap.de>
|
||||
# Contributor: speps <speps at aur dot archlinux dot org>
|
||||
# Contributor: osc <farid at archlinux-br.org>
|
||||
|
@ -9,7 +8,7 @@
|
|||
_name=SuperCollider
|
||||
pkgname=supercollider
|
||||
pkgver=3.9.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
|
||||
arch=('x86_64')
|
||||
url="https://supercollider.github.io"
|
||||
|
@ -32,6 +31,8 @@ prepare() {
|
|||
patch -Np1 -i ../boost-1.67.patch
|
||||
# requires out-of-tree build
|
||||
mkdir -v bld
|
||||
# make sure the system boost headers are used
|
||||
rm -r external_libraries/boost
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue