mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
darktable: force SSE2 via CXXFLAGS too.
This commit is contained in:
parent
7853475ff1
commit
44fdb4d41f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=13
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
# Needs SSE2 at least
|
# Needs SSE2 at least
|
||||||
CFLAGS="-msse2"
|
CFLAGS="-msse2"
|
||||||
|
CXXFLAGS="-msse2"
|
||||||
configure_args="-DCUSTOM_CFLAGS=1"
|
configure_args="-DCUSTOM_CFLAGS=1"
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||||
homepage="http://www.darktable.org/"
|
homepage="http://www.darktable.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue