diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-01-01 14:13:18 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-01-01 14:13:18 -0500 |
commit | a4a58a90f0596392d131d6cf4f1a72c39930e21c (patch) | |
tree | aba933eda0a04e8dd82f6575d1953547dd12fa24 /community/stk/PKGBUILD | |
parent | 0487d1b0b1abcea8bb2ce85e1893260431a8b0b3 (diff) |
Add chost in builds
Diffstat (limited to 'community/stk/PKGBUILD')
-rw-r--r-- | community/stk/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stk/PKGBUILD b/community/stk/PKGBUILD index 7d857334f..b7f8f2441 100644 --- a/community/stk/PKGBUILD +++ b/community/stk/PKGBUILD @@ -32,7 +32,7 @@ build() { sed -i 's:\.\./\.\.:/usr/lib/stk:' projects/demo/demo.cpp # run actual build - ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa --with-jack + ./configure RAWWAVE_PATH=/usr/lib/stk/rawwaves/ --prefix=/usr --with-alsa --with-jack --build=$CHOST make # fix executable scripts |