diff options
author | Simone Rota <sip@crux.nu> | 2008-04-02 01:34:58 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2008-04-02 01:35:18 +0000 |
commit | 838b7a6179deba2d05d90159189855bf42006e37 (patch) | |
tree | 228eb30d69790eb95f09d4068a7be98bc5cca183 /libsdl/Pkgfile | |
parent | 132da411284d71d3746817a87bfbb0df61e78456 (diff) | |
download | opt-838b7a6179deba2d05d90159189855bf42006e37.tar.gz opt-838b7a6179deba2d05d90159189855bf42006e37.tar.xz |
libsdl: updated to 1.2.13 (thanks tilman)
Diffstat (limited to 'libsdl/Pkgfile')
-rw-r--r-- | libsdl/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/Pkgfile b/libsdl/Pkgfile index 09f426d33..acf3c33aa 100644 --- a/libsdl/Pkgfile +++ b/libsdl/Pkgfile @@ -6,7 +6,7 @@ # Depends on: alsa-lib name=libsdl -version=1.2.12 +version=1.2.13 release=1 source=(http://www.libsdl.org/release/SDL-$version.tar.gz) @@ -14,7 +14,7 @@ build () { cd SDL-$version #patch -p1 -i $SRC/$name-$version-gcc4.patch ./configure --prefix=/usr \ - --enable-alsa + --enable-alsa --mandir=/usr/man make make DESTDIR=$PKG install } |