summaryrefslogtreecommitdiff
path: root/community/pd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
committerroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
commitcc57cb201ddb179d2bb481c13dd4f286ae643b12 (patch)
tree7932470d6b8a193c032f1012a7996cc78ea52201 /community/pd
parent1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff)
Tue Jun 4 00:27:56 PDT 2013
Diffstat (limited to 'community/pd')
-rw-r--r--community/pd/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD
index a6347c110..365b70e67 100644
--- a/community/pd/PKGBUILD
+++ b/community/pd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92207 2013-06-02 18:54:01Z bpiotrowski $
+# $Id: PKGBUILD 92233 2013-06-03 06:13:55Z bpiotrowski $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: TDY <tdy@gmx.com>
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
@@ -6,7 +6,7 @@
pkgname=pd
pkgver=0.44.3
_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=2
pkgdesc="The Pure Data real-time music and multimedia environment"
arch=('i686' 'x86_64')
url="http://crca.ucsd.edu/~msp/software.html"
@@ -22,7 +22,8 @@ build() {
./configure --prefix=/usr \
--enable-alsa \
--enable-jack \
- --enable-fftw
+ --enable-fftw \
+ --disable-portaudio
make
}