]> TLD Linux GIT Repositories - packages/rpm.git/blobdiff - rpm-pkgconfigdeps.patch
- rpm.org RPM, merged from PLD
[packages/rpm.git] / rpm-pkgconfigdeps.patch
diff --git a/rpm-pkgconfigdeps.patch b/rpm-pkgconfigdeps.patch
deleted file mode 100644 (file)
index 9cc82f5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- rpm-4.4.8/scripts/pkgconfigdeps.sh.orig    2007-02-14 08:09:42.000000000 +0100
-+++ rpm-4.4.8/scripts/pkgconfigdeps.sh 2007-04-08 21:39:49.283342196 +0200
-@@ -31,8 +31,6 @@
-     case "${filename}" in
-     *.pc)
-       $pkgconfig --print-requires "$filename" 2> /dev/null | while read n r v ; do
--          i="`expr $i + 1`"
--          [ $i -eq 1 ] && echo "pkgconfig"
-           echo "pkgconfig($n)" "$r" "$v"
-       done
-     esac