SHA256
1
0
forked from pool/graphviz

Accepting request 209774 from openSUSE:Factory:PowerLE

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
This commit is contained in:
OBS User mrdocs 2013-12-09 05:52:57 +00:00 committed by Git OBS Bridge
parent 920870374d
commit 41d1343d4f
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 6 22:26:21 UTC 2013 - matz@suse.de
- Add powerpc64le to list of lib64 platforms
(graphviz-ppc64le_lib64_support.patch).
-------------------------------------------------------------------
Mon Oct 14 15:28:40 CEST 2013 - pth@suse.de

View File

@ -104,6 +104,7 @@ Patch103: graphviz-2.20.2-interpreter_names.patch
Patch106: graphviz-fix-pkgIndex.patch
#PATCH-FIX-UPSTREAM Don't warn about harmless issues with swig generated code
Patch108: graphviz-useless_warnings.patch
Patch109: graphviz-ppc64le_lib64_support.patch
Requires(pre): coreutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -275,6 +276,7 @@ Provides some additional PDF and HTML documentation for graphviz.
%patch103
%patch106
%patch108
%patch109
# Fix path in generated man pages
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl

View File

@ -0,0 +1,11 @@
--- 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