mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libpng to 1.6.21-1.1
This commit is contained in:
parent
88513ed3d4
commit
ca7e0cc250
1 changed files with 4 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - added --enable-arm-neon=no to configure
|
||||
# - added --enable-arm-neon=no to configure for !aarch64
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.21
|
||||
_apngver=1.6.21
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.libpng.org/pub/png/libpng.html"
|
||||
|
@ -35,7 +35,8 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr --enable-arm-neon=no --disable-static
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--enable-arm-neon=no"
|
||||
./configure --prefix=/usr --disable-static $CONFIG
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue