SF.net SVN: gar:[26193] csw/mgar/pkg/freetype/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Tue May 9 22:23:07 CEST 2017
Revision: 26193
http://sourceforge.net/p/gar/code/26193
Author: rmottola
Date: 2017-05-09 20:23:07 +0000 (Tue, 09 May 2017)
Log Message:
-----------
freetype/trunk: explicitely disable harfbuzz
Modified Paths:
--------------
csw/mgar/pkg/freetype/trunk/Makefile
Modified: csw/mgar/pkg/freetype/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freetype/trunk/Makefile 2017-05-09 20:05:56 UTC (rev 26192)
+++ csw/mgar/pkg/freetype/trunk/Makefile 2017-05-09 20:23:07 UTC (rev 26193)
@@ -14,6 +14,11 @@
Windows FNT/FON.
endef
+# Riccardo Mottola - 9 May 2017
+# Harbfuzz is explicitely disabled because it depends on freetype, causing a circcular dependency
+# first, a simple freetype should be built, then harfbuzz, then freetype again
+# for now, just disable at expense of quality
+
MASTER_SITES = $(SF_MIRRORS)
DISTFILES += $(NAME)-$(VERSION).tar.bz2
@@ -30,7 +35,7 @@
RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibbz2-1-0
RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibz1
RUNTIME_DEP_PKGS_CSWlibfreetype6 += CSWlibpng16-16
-RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0
+#RUNTIME_DEP_PKGS_CSWlibfreetype6_5.10 += CSWlibharfbuzz0
RUNTIME_DEP_PKGS_CSWlibfreetype6 += $(RUNTIME_DEP_PKGS_CSWlibfreetype6_$(GAROSREL))
OBSOLETED_BY_CSWlibfreetype6 += CSWftype2
CATALOGNAME_CSWftype2 = freetype2_stub
@@ -57,4 +62,6 @@
GNUMAKE = gmake
EXTRA_CONFIGURE_EXPORTS = GNUMAKE
+CONFIGURE_ARGS += --without-harfbuzz
+
include gar/category.mk
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