wok-next rev 21091
gtk-doc: fix "noarch"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 29 12:57:45 2018 +0200 (2018-12-29) |
parents | ea03c23c69e3 |
children | f7f0cfc92ab5 |
files | gtk-doc/receipt |
line diff
1.1 --- a/gtk-doc/receipt Sat Dec 29 06:00:48 2018 +0200 1.2 +++ b/gtk-doc/receipt Sat Dec 29 12:57:45 2018 +0200 1.3 @@ -20,6 +20,12 @@ 1.4 COPY="@std @dev gtk-doc/" 1.5 1.6 compile_rules() { 1.7 + # Remove arch-specific prefix from pkg-config filename by defining 1.8 + # PKG_CONFIG variable to make this package really "noarch". 1.9 + # Files affected: 1.10 + # - /usr/bin/gtkdoc-depscan 1.11 + # - /usr/share/gtk-doc/python/gtkdoc/config.py 1.12 + PKG_CONFIG=/usr/bin/pkg-config \ 1.13 ./configure $CONFIGURE_ARGS && 1.14 fix libtool && 1.15 make &&