summaryrefslogtreecommitdiffstats
path: root/sdl_image
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 12:57:37 +0100
committerpiernov <piernov@piernov.org>2012-01-22 12:57:37 +0100
commit75b75d8ba0a70390c33f95786126cf24f059bf78 (patch)
tree498a554e923286fa1466bd90747b7974d5174683 /sdl_image
parent09bd7a2c381cdba7a7ddb70b44eb58195a41b429 (diff)
downloadnutyx-extra-75b75d8ba0a70390c33f95786126cf24f059bf78.tar.gz
nutyx-extra-75b75d8ba0a70390c33f95786126cf24f059bf78.tar.bz2
nutyx-extra-75b75d8ba0a70390c33f95786126cf24f059bf78.tar.xz
nutyx-extra-75b75d8ba0a70390c33f95786126cf24f059bf78.zip
sdl_image 1.2.10-5 correction port
Diffstat (limited to 'sdl_image')
-rw-r--r--sdl_image/Pkgfile19
1 files changed, 14 insertions, 5 deletions
diff --git a/sdl_image/Pkgfile b/sdl_image/Pkgfile
index bf0b60031..c6077d559 100644
--- a/sdl_image/Pkgfile
+++ b/sdl_image/Pkgfile
@@ -7,15 +7,24 @@
name=sdl_image
version=1.2.10
-release=4
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz sdl-image-1.2.10-libpng15.patch)
+release=5
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz
+ sdl-image-1.2.10-libpng15.patch)
build() {
cd SDL_image-$version
patch -p0 < ../sdl-image-1.2.10-libpng15.patch
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --enable-bmp \
+ --enable-gif \
+ --enable-jpg \
+ --enable-pcx \
+ --enable-png \
+ --enable-tif \
+ --enable-xpm \
+ --disable-jpg-shared \
+ --disable-png-shared \
+ --disable-tif-shared
make
make DESTDIR=$PKG install
}
-
-