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, 11 insertions, 0 deletions
diff --git a/x11-fonts/fontconfig/files/patch-fc_match.c b/x11-fonts/fontconfig/files/patch-fc_match.c
new file mode 100644
index 000000000000..5f8564fff291
--- /dev/null
+++ b/x11-fonts/fontconfig/files/patch-fc_match.c
@@ -0,0 +1,11 @@
+--- 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