forked from pool/graphviz
454305e77c
- Remove graphviz-getaddrinfo.patch as the patch is upstream. OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=90
12 lines
336 B
Diff
12 lines
336 B
Diff
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -102,7 +102,7 @@ if test -z "$LIBPOSTFIX"; then
|
|
case "${host_os}" in
|
|
*linux* )
|
|
case "${host_cpu}" in
|
|
- aarch64 | powerpc64 | s390x | x86_64 | sparc64 )
|
|
+ aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 )
|
|
LIBPOSTFIX="64"
|
|
;;
|
|
esac
|