]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-pkgconfigdeps.patch
- added _npkgconfigdir (noarch version of _pkgconfigdir)
[packages/rpm.git] / rpm-pkgconfigdeps.patch
1 --- rpm-4.4.8/scripts/pkgconfigdeps.sh.orig     2007-02-14 08:09:42.000000000 +0100
2 +++ rpm-4.4.8/scripts/pkgconfigdeps.sh  2007-04-08 21:39:49.283342196 +0200
3 @@ -31,8 +31,6 @@
4      case "${filename}" in
5      *.pc)
6         $pkgconfig --print-requires "$filename" 2> /dev/null | while read n r v ; do
7 -           i="`expr $i + 1`"
8 -           [ $i -eq 1 ] && echo "pkgconfig"
9             echo "pkgconfig($n)" "$r" "$v"
10         done
11      esac
This page took 0.022824 seconds and 3 git commands to generate.