aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/fontconfig/files/patch-fc_match.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/fontconfig/files/patch-fc_match.c')
-rw-r--r--x11-fonts/fontconfig/files/patch-fc_match.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fonts/fontconfig/files/patch-fc_match.c b/x11-fonts/fontconfig/files/patch-fc_match.c
deleted file mode 100644
index 5f8564fff291..000000000000
--- a/x11-fonts/fontconfig/files/patch-fc_match.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- fc-match/fc-match.c.orig Mon Dec 6 20:25:18 2004
-+++ fc-match/fc-match.c Fri Mar 9 17:26:55 2007
-@@ -99,7 +99,7 @@
- int c;
-
- #if HAVE_GETOPT_LONG
-- while ((c = getopt_long (argc, argv, "Vv?", longopts, NULL)) != -1)
-+ while ((c = getopt_long (argc, argv, "sVv?", longopts, NULL)) != -1)
- #else
- while ((c = getopt (argc, argv, "sVv?")) != -1)
- #endif