mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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: Paolo Fagni <paolo.fagni AT mail DOT com>
|
||||||
# Contributor: Lukas Kropatschek <lukas.krop AT gmail DOT com>
|
# Contributor: Lukas Kropatschek <lukas.krop AT gmail DOT com>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# remove when bumped upstream
|
||||||
# - add -DPNG_ARM_NEON_OPT=0 to CPPFLAGS
|
|
||||||
|
|
||||||
pkgbase=irrlicht
|
pkgbase=irrlicht
|
||||||
pkgname=('irrlicht' 'irrlicht-docs')
|
pkgname=('irrlicht' 'irrlicht-docs')
|
||||||
pkgver=1.8.5
|
pkgver=1.8.5
|
||||||
pkgrel=1
|
pkgrel=1.1
|
||||||
pkgdesc="An open source high performance realtime 3D graphics engine."
|
pkgdesc="An open source high performance realtime 3D graphics engine."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://irrlicht.sourceforge.net/"
|
url="http://irrlicht.sourceforge.net/"
|
||||||
|
@ -35,7 +34,6 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd $pkgbase-$pkgver/source/Irrlicht
|
cd $pkgbase-$pkgver/source/Irrlicht
|
||||||
|
|
||||||
CPPFLAGS+=" -DPNG_ARM_NEON_OPT=0"
|
|
||||||
make NDEBUG=1 sharedlib
|
make NDEBUG=1 sharedlib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue