summaryrefslogtreecommitdiff
path: root/sdl_mixer
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-11-15 11:46:09 +0100
committerSimone Rota <sip@crux.nu>2006-11-15 11:46:09 +0100
commita53b2ccb5280594a5782cc4bcf09140af57d5504 (patch)
treecd969b5c43c6c7b3f2f7d9ee083773f747e94252 /sdl_mixer
parentd7fba30e6e24ffe9b43bc37101b80e02284ff99c (diff)
downloadopt-a53b2ccb5280594a5782cc4bcf09140af57d5504.tar.gz
opt-a53b2ccb5280594a5782cc4bcf09140af57d5504.tar.xz
sdl_mixer: adjusted data path for bundled timidity
Diffstat (limited to 'sdl_mixer')
-rw-r--r--sdl_mixer/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdl_mixer/Pkgfile b/sdl_mixer/Pkgfile
index 5933e6f1a..7bf0fb57a 100644
--- a/sdl_mixer/Pkgfile
+++ b/sdl_mixer/Pkgfile
@@ -5,11 +5,12 @@
name=sdl_mixer
version=1.2.7
-release=1
+release=2
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
build() {
cd SDL_mixer-$version
+ sed -i 's|/usr/local/lib/timidity|/usr/share/timidity|g' timidity/config.h
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit