forked from pool/graphviz
991d91e5bf
- Compile the code in lib/vmalloc with -fno-strict-aliasing as it does type punning. - Rename aarch64-lib64-support.diff to graphviz-aarch64_lib64_support.patch. - Compile the code in lib/vmalloc with -fno-strict-aliasing as it does type punning. OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=54
12 lines
265 B
Diff
12 lines
265 B
Diff
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -100,7 +100,7 @@
|
|
case "${host_os}" in
|
|
*linux* )
|
|
case "${host_cpu}" in
|
|
- powerpc64 | s390x | x86_64 | sparc64 )
|
|
+ aarch64 | powerpc64 | s390x | x86_64 | sparc64 )
|
|
LIBPOSTFIX="64"
|
|
;;
|
|
esac
|