mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
freeimage: disable vsx on ppc64 for the bundled libpng
The files are missing, as they were not carried over from libpng, so disable it. [ci skip]
This commit is contained in:
parent
bece68590e
commit
b0c97e50c4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ homepage="http://freeimage.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/freeimage/Source%20Distribution/FreeImage${version//./}.zip"
|
distfiles="${SOURCEFORGE_SITE}/freeimage/Source%20Distribution/FreeImage${version//./}.zip"
|
||||||
checksum=f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd
|
checksum=f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd
|
||||||
|
|
||||||
CFLAGS="-fPIC -DPIC -fexceptions -fvisibility=hidden"
|
CFLAGS="-fPIC -DPIC -fexceptions -fvisibility=hidden -DPNG_POWERPC_VSX_OPT=0"
|
||||||
CXXFLAGS="${CFLAGS} -Wno-ctor-dtor-privacy"
|
CXXFLAGS="${CFLAGS} -Wno-ctor-dtor-privacy"
|
||||||
subpackages="freeimage-plus freeimage-devel freeimage-plus-devel"
|
subpackages="freeimage-plus freeimage-devel freeimage-plus-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue