From 45de283e010f8c48614747e498ea238d85d6fd68 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 7 Feb 2022 06:18:03 +0000 Subject: [PATCH] community/irrlicht to 1.8.5-1.1 --- community/irrlicht/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/community/irrlicht/PKGBUILD b/community/irrlicht/PKGBUILD index dd1a31d26..c5a55163b 100644 --- a/community/irrlicht/PKGBUILD +++ b/community/irrlicht/PKGBUILD @@ -4,13 +4,12 @@ # Contributor: Paolo Fagni # Contributor: Lukas Kropatschek -# ALARM: Kevin Mihelich -# - 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 }