darktable: fix previous, should be CFLAGS not CXXFLAGS.
This commit is contained in:
parent
0315e49a49
commit
a4543d5217
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'darktable'
|
||||
pkgname=darktable
|
||||
version=1.4.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=cmake
|
||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||
homepage="http://www.darktable.org/"
|
||||
|
@ -21,7 +21,7 @@ checksum="c1311a6e336007b85d21647652ebec3e26840248a968eab04ab5f0a56c2e0709"
|
|||
# an ilegal instruction (vstmxcsr). Notably most AMD CPUs with -mtune=generic.
|
||||
#
|
||||
# Let's assume this has been fixed in recent gcc versions and just force SSE.
|
||||
CXXFLAGS="-msse"
|
||||
CFLAGS="-msse"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/lib/darktable/libdarktable.so ${DESTDIR}/usr/lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue