mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/irrlicht to 1.8.5-1.1
This commit is contained in:
parent
104348868c
commit
45de283e01
1 changed files with 2 additions and 4 deletions
|
@ -4,13 +4,12 @@
|
|||
# Contributor: Paolo Fagni <paolo.fagni AT mail DOT com>
|
||||
# Contributor: Lukas Kropatschek <lukas.krop AT gmail DOT com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - add -DPNG_ARM_NEON_OPT=0 to CPPFLAGS
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgbase=irrlicht
|
||||
pkgname=('irrlicht' 'irrlicht-docs')
|
||||
pkgver=1.8.5
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="An open source high performance realtime 3D graphics engine."
|
||||
arch=('x86_64')
|
||||
url="http://irrlicht.sourceforge.net/"
|
||||
|
@ -35,7 +34,6 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgbase-$pkgver/source/Irrlicht
|
||||
|
||||
CPPFLAGS+=" -DPNG_ARM_NEON_OPT=0"
|
||||
make NDEBUG=1 sharedlib
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue