summaryrefslogtreecommitdiff
path: root/community/freeimage
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-05 10:04:45 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-05 10:04:45 -0300
commit1d7654844d03a315c45e204abf8fa44f4d750bba (patch)
tree3a009f4ec4921e4d62428d0f3da4169380dd8f7e /community/freeimage
parentb6c59f3d5bcae3f0b61856c1bea145c25c02a6f7 (diff)
parent777466db27694f0cad10a7159ba66f2a2b39a516 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: gnome-unstable/folks/PKGBUILD gnome-unstable/telepathy-glib/PKGBUILD gnome-unstable/telepathy-mission-control/PKGBUILD libre/kdenetwork-kopete-libre/PKGBUILD testing/iputils/PKGBUILD testing/iputils/iputils.install testing/ypserv/PKGBUILD
Diffstat (limited to 'community/freeimage')
-rw-r--r--community/freeimage/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/freeimage/PKGBUILD b/community/freeimage/PKGBUILD
index 9eff60264..7a50ca009 100644
--- a/community/freeimage/PKGBUILD
+++ b/community/freeimage/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=freeimage
pkgver=3.15.3
-pkgrel=1
+pkgrel=2
pkgdesc="Library project for developers who would like to support popular graphics image formats"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'custom:FIPL')
@@ -26,6 +26,9 @@ build() {
cp -r FreeImage FreeImagefip
+ export CFLAGS="$CFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
+ export CXXFLAGS="$CXXFLAGS -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
+
cd FreeImage
make