diff options
Diffstat (limited to 'devel/pkgconfig/patches/patch-aa')
-rw-r--r-- | devel/pkgconfig/patches/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/pkgconfig/patches/patch-aa b/devel/pkgconfig/patches/patch-aa deleted file mode 100644 index 428a238b940..00000000000 --- a/devel/pkgconfig/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2004/08/07 12:14:09 wiz Exp $ - ---- parse.c.orig 2002-09-26 19:25:41.000000000 +0200 -+++ parse.c -@@ -953,6 +953,7 @@ parse_package_file (const char *path) - verbose_error ("Package file '%s' appears to be empty\n", - path); - -+ fclose(f); - return pkg; - } - |