[arch-commits] Commit in freeimage/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Nov 18 15:49:08 UTC 2014


    Date: Tuesday, November 18, 2014 @ 16:49:08
  Author: svenstaro
Revision: 122704

upgpkg: freeimage 3.16.0-3

fix FS#31761

Modified:
  freeimage/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-18 15:41:33 UTC (rev 122703)
+++ PKGBUILD	2014-11-18 15:49:08 UTC (rev 122704)
@@ -6,7 +6,7 @@
 
 pkgname=freeimage
 pkgver=3.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library project for developers who would like to support popular graphics image formats"
 arch=('i686' 'x86_64')
 license=('GPL' 'custom:FIPL')
@@ -19,6 +19,9 @@
 build() {
   cp -r FreeImage FreeImagefip
 
+  export CFLAGS+=" -O3 -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
+  export CXXFLAGS+=" -O3 -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy"
+
   cd FreeImage
   make
 



More information about the arch-commits mailing list