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:
parent
920870374d
commit
41d1343d4f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
11
graphviz-ppc64le_lib64_support.patch
Normal file
11
graphviz-ppc64le_lib64_support.patch
Normal 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
|
Loading…
Reference in New Issue
Block a user