diff options
Diffstat (limited to 'devel/pkg-config/files/patch-pkg.c')
-rw-r--r-- | devel/pkg-config/files/patch-pkg.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/pkg-config/files/patch-pkg.c b/devel/pkg-config/files/patch-pkg.c deleted file mode 100644 index 48315feb9..000000000 --- a/devel/pkg-config/files/patch-pkg.c +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur pkg-config-0.23-old/pkg.c pkg-config-0.23-new/pkg.c ---- pkg-config-0.23-old/pkg.c 2008-01-16 13:59:49.000000000 -0800 -+++ pkg.c 2008-01-22 15:00:55.000000000 -0800 -@@ -483,6 +483,10 @@ - g_string_append (str, pcsysrootdir); - g_string_append (str, tmpstr+2); - } -+ else -+ { -+ g_string_append (str, tmpstr); -+ } - } - else - { |