summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2016-05-16 17:26:06 +0300
committerGordonGR2016-05-16 17:26:06 +0300
commit673dae14681c930f297d9c0b5b3e7fed1dba3d1d (patch)
tree161a5eb574559efec265834214812258615925d6 /PKGBUILD
parentf9693fab43f2a49601987f1272d862ad2b78ac56 (diff)
downloadaur-673dae14681c930f297d9c0b5b3e7fed1dba3d1d.tar.gz
1.36.59-3: Added 'Wno-narrowing' to g++ options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91f494a1d4f0..f7fafe0f8c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-libsidplay
_pkgname=libsidplay
pkgver=1.36.59
-pkgrel=2
+pkgrel=3
pkgdesc="A library for playing SID music files, lib32."
arch=('x86_64')
url="http://critical.ch/distfiles/"
@@ -24,7 +24,7 @@ patch -Np1 -i $srcdir/libsidplay-1.36.59-gcc43.patch
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
export CC="gcc -m32"
-export CXX="g++ -m32"
+export CXX="g++ -m32 -Wno-narrowing"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32