forked from pool/graphviz
41d1343d4f
Please submit to factory. - Add powerpc64le to list of lib64 platforms (graphviz-ppc64le_lib64_support.patch). OBS-URL: https://build.opensuse.org/request/show/209774 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=72
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
|