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:
parent
8c7e27288e
commit
81810552a7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user