summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f4be720fd35..e3caf355d90c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat May 28 07:51:33 UTC 2016
pkgbase = lib32-freeimage
pkgdesc = Library project for developers who would like to support popular graphics image formats
pkgver = 3.17.0
- pkgrel = 2
+ pkgrel = 3
url = http://freeimage.sourceforge.net
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a688658c0a44..b6f39dd8fa4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=lib32-freeimage
pkgver=3.17.0
-pkgrel=2
+pkgrel=3
pkgdesc="Library project for developers who would like to support popular graphics image formats"
arch=('x86_64')
license=('GPL' 'custom:FIPL')
@@ -29,7 +29,7 @@ prepare()
build()
{
export CC="gcc -march=i686 -m32"
- export CXX="g++ -march=i686 -m32"
+ export CXX="g++ -march=i686 -m32 -std=c++98"
export CFLAGS="${CFLAGS/-march=x86-64} -O3 -fPIC -fvisibility=hidden -DNO_LCMS"
export CXXFLAGS="${CXXFLAGS/-march=x86-64} -O3 -fPIC -fvisibility=hidden"