darktable: unbreak x86: needs SSE2 at least.

This commit is contained in:
Juan RP 2014-11-30 17:53:52 +01:00
parent 29f4c3c0ed
commit 7853475ff1

View file

@ -3,6 +3,8 @@ pkgname=darktable
version=1.4.2
revision=13
build_style=cmake
# Needs SSE2 at least
CFLAGS="-msse2"
configure_args="-DCUSTOM_CFLAGS=1"
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
homepage="http://www.darktable.org/"