SHA256
1
0
forked from pool/graphviz

Accepting request 652812 from home:jbrielmaier:branches:graphics

- use pkg-config with correct parameter, reported by Werner Fink
Part of boo#1117121

OBS-URL: https://build.opensuse.org/request/show/652812
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=135
This commit is contained in:
Thomas Renninger 2018-11-30 10:23:39 +00:00 committed by Git OBS Bridge
parent 8c7e27288e
commit 81810552a7
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 30 07:34:24 UTC 2018 - jbrielmaier@suse.de
- use pkg-config with correct parameter, reported by Werner Fink
-------------------------------------------------------------------
Thu Nov 29 10:21:10 UTC 2018 - jbrielmaier@suse.de

View File

@ -309,7 +309,8 @@ programs that use the graphviz libraries including man3 pages.
%patch6
%patch7
%patch8
if pkgconfig --version-atleast=2.2 guile-2.2; then
# pkg-config returns 0 (TRUE) when guile-2.2 is present
if pkg-config --atleast-version=2.2 guile-2.2; then
sed "s/guile-2.0/guile-2.2/" -i configure.ac
fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 30 07:34:24 UTC 2018 - jbrielmaier@suse.de
- use pkg-config with correct parameter, reported by Werner Fink
-------------------------------------------------------------------
Thu Nov 29 10:21:10 UTC 2018 - jbrielmaier@suse.de

View File

@ -309,7 +309,8 @@ programs that use the graphviz libraries including man3 pages.
%patch6
%patch7
%patch8
if pkgconfig --version-atleast=2.2 guile-2.2; then
# pkg-config returns 0 (TRUE) when guile-2.2 is present
if pkg-config --atleast-version=2.2 guile-2.2; then
sed "s/guile-2.0/guile-2.2/" -i configure.ac
fi