[csw-devel] SF.net SVN: gar:[8108] csw/mgar/pkg/fontconfig/trunk
a_o_m at users.sourceforge.net
a_o_m at users.sourceforge.net
Thu Jan 21 14:42:33 CET 2010
Revision: 8108
http://gar.svn.sourceforge.net/gar/?rev=8108&view=rev
Author: a_o_m
Date: 2010-01-21 13:42:33 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
fontconfig: fix-zerowidth-struct patch readded
Modified Paths:
--------------
csw/mgar/pkg/fontconfig/trunk/Makefile
csw/mgar/pkg/fontconfig/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/fontconfig/trunk/files/fix-zerowidth-struct.patch
Modified: csw/mgar/pkg/fontconfig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/Makefile 2010-01-21 13:03:21 UTC (rev 8107)
+++ csw/mgar/pkg/fontconfig/trunk/Makefile 2010-01-21 13:42:33 UTC (rev 8108)
@@ -14,6 +14,8 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
DISTFILES += CSWfconfig.postinstall
+PATCHFILES = fix-zerowidth-struct.patch
+
REQUIRED_PKGS = CSWexpat CSWftype2 CSWzlib CSWiconv
# We define upstream file regex so we can be notifed of new upstream software release
Modified: csw/mgar/pkg/fontconfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/checksums 2010-01-21 13:03:21 UTC (rev 8107)
+++ csw/mgar/pkg/fontconfig/trunk/checksums 2010-01-21 13:42:33 UTC (rev 8108)
@@ -1,2 +1,3 @@
8749af801a9e33c61092da59354bbceb CSWfconfig.postinstall
+bbdb45396408c48d50c7db5747dfae4e fix-zerowidth-struct.patch
77e15a92006ddc2adbb06f840d591c0e fontconfig-2.8.0.tar.gz
Added: csw/mgar/pkg/fontconfig/trunk/files/fix-zerowidth-struct.patch
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/files/fix-zerowidth-struct.patch (rev 0)
+++ csw/mgar/pkg/fontconfig/trunk/files/fix-zerowidth-struct.patch 2010-01-21 13:42:33 UTC (rev 8108)
@@ -0,0 +1,12 @@
+diff -Naur fontconfig-2.7.3.orig/src/fcint.h fontconfig-2.7.3.patched/src/fcint.h
+--- fontconfig-2.7.3.orig/src/fcint.h 2009-06-28 19:46:36.000000000 +0200
++++ fontconfig-2.7.3.patched/src/fcint.h 2009-09-28 15:47:07.195049714 +0200
+@@ -253,7 +253,7 @@
+ FcExprPage *next_page;
+ FcExpr *next;
+ FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
+- FcExpr end[0];
++ FcExpr end[];
+ };
+
+ typedef enum _FcQual {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list