aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-09 16:30:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-09 16:30:34 +0000
commit504587078b3c6e79f535b8da7c8c92ff3d175069 (patch)
tree412b619dbdb7b1ad9ab82fa4ef3fae972feeae12 /x11-fonts
parent51dd38421b6fd32578f2c8d8459a0ec9492c52ed (diff)
downloadports-504587078b3c6e79f535b8da7c8c92ff3d175069.tar.gz
ports-504587078b3c6e79f535b8da7c8c92ff3d175069.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fontconfig/Makefile2
-rw-r--r--x11-fonts/fontconfig/files/patch-fc_match.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index a265a51ef1f1..0635db5b9502 100644
--- a/x11-fonts/fontconfig/Makefile
+++ b/x11-fonts/fontconfig/Makefile
@@ -8,7 +8,7 @@
PORTNAME= fontconfig
PORTVERSION= 2.3.2
-PORTREVISION?= 6
+PORTREVISION?= 7
PORTEPOCH?= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://fontconfig.org/release/
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