Accepting request 391155 from home:michel_mno:branches:devel:tools

- same work around ppc64 as already done for ppc64le [boo#921577]

OBS-URL: https://build.opensuse.org/request/show/391155
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=104
This commit is contained in:
Petr Gajdos 2016-04-21 13:48:12 +00:00 committed by Git OBS Bridge
parent 4d48eba7bb
commit b86a2460b6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 21 12:43:38 UTC 2016 - normand@linux.vnet.ibm.com
- same work around ppc64 as already done for ppc64le [boo#921577]
-------------------------------------------------------------------
Sun Feb 21 00:48:27 UTC 2016 - crrodriguez@opensuse.org

View File

@ -30,7 +30,7 @@ Patch0: %{name}-modify_footer.patch
Patch1: %{name}-no-lowercase-man-names.patch
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
Patch3: vhdlparser-no-return.patch
# suse specific, for ppc64le, workaround for bnc#921577
# suse specific, for ppc64le ppc64, workaround for bnc#921577
Patch4: doxygen-dot-one-thread.patch
BuildRequires: bison
BuildRequires: cmake >= 2.8.12
@ -53,7 +53,7 @@ as well.
%patch0
%patch1 -p1
%patch3 -p1
%ifarch ppc64le
%ifarch ppc64le ppc64
%patch4 -p1
%endif