Revision: 26163 http://sourceforge.net/p/gar/code/26163 Author: rmottola Date: 2017-04-27 12:43:42 +0000 (Thu, 27 Apr 2017) Log Message: ----------- gnustep-back/trunk: add patchfile for missing FC_FULLNAME
Modified Paths: -------------- csw/mgar/pkg/gnustep-back/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch Modified: csw/mgar/pkg/gnustep-back/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/Makefile 2017-04-27 10:09:45 UTC (rev 26162) +++ csw/mgar/pkg/gnustep-back/trunk/Makefile 2017-04-27 12:43:42 UTC (rev 26163) @@ -13,6 +13,8 @@ MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/ DISTFILES = $(DISTNAME).tar.gz +PATCHFILES += 0001-FC_FULLNAME-missing-if-no-fontconfig.patch + BUILD_DEP_PKGS += CSWgmake BUILD_DEP_PKGS += CSWsunx11devel BUILD_DEP_PKGS += CSWgnustep-make Added: csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch =================================================================== --- csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch (rev 0) +++ csw/mgar/pkg/gnustep-back/trunk/files/0001-FC_FULLNAME-missing-if-no-fontconfig.patch 2017-04-27 12:43:42 UTC (rev 26163) @@ -0,0 +1,27 @@ +From d1e9ef277e40f2617baa1e2d2bc9507e4d06bf64 Mon Sep 17 00:00:00 2001 +From: Riccardo Mottola <rmott...@opencsw.org> +Date: Thu, 27 Apr 2017 14:41:12 +0200 +Subject: [PATCH] FC_FULLNAME missing if no fontconfig + +--- + Source/fontconfig/FCFontEnumerator.m | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/Source/fontconfig/FCFontEnumerator.m b/Source/fontconfig/FCFontEnumerator.m +index fcdd706..a34bd4d 100644 +--- a/Source/fontconfig/FCFontEnumerator.m ++++ b/Source/fontconfig/FCFontEnumerator.m +@@ -53,6 +53,10 @@ + #define FC_WEIGHT_ULTRABLACK FC_WEIGHT_BLACK + #endif + ++#ifndef FC_FULLNAME ++#define FC_FULLNAME "fullname" /* String */ ++#endif ++ + @implementation FCFontEnumerator + + NSMutableDictionary * __allFonts; +-- +1.7.10.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.