summaryrefslogtreecommitdiff
path: root/community/luminancehdr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/luminancehdr/PKGBUILD')
-rw-r--r--community/luminancehdr/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD
index 99a1d8218..ba47bbb0e 100644
--- a/community/luminancehdr/PKGBUILD
+++ b/community/luminancehdr/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=luminancehdr
pkgver=2.4.0
pkgrel=1
pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://qtpfsgui.sourceforge.net/'
license=('GPL')
depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webkit' 'ccfits')
@@ -22,6 +22,8 @@ sha256sums=('14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401')
build() {
cd "${srcdir}"/luminance-hdr-${pkgver}
+ # x86-specific options.
+ sed -i '/ADD_DEFINITIONS(-ffast-math -msse2 -msse)/d' cmake/CompilerSettings.cmake
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
}