mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'darktable'
|
||||||
pkgname=darktable
|
pkgname=darktable
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
homepage="http://www.darktable.org/"
|
homepage="http://www.darktable.org/"
|
||||||
|
@ -21,7 +21,7 @@ checksum="c1311a6e336007b85d21647652ebec3e26840248a968eab04ab5f0a56c2e0709"
|
||||||
# an ilegal instruction (vstmxcsr). Notably most AMD CPUs with -mtune=generic.
|
# 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.
|
# Let's assume this has been fixed in recent gcc versions and just force SSE.
|
||||||
CXXFLAGS="-msse"
|
CFLAGS="-msse"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/lib/darktable/libdarktable.so ${DESTDIR}/usr/lib/
|
mv ${DESTDIR}/usr/lib/darktable/libdarktable.so ${DESTDIR}/usr/lib/
|
||||||
|
|
Loading…
Add table
Reference in a new issue