fontconfig: bump to 2.12.1, reorder sections, sync patch. (#756)

* Convert the settings/fonts/conf.d/*.conf absolute symlinks into
  (relative) symlinks to ../../data/fontconfig/conf.avail/ instead of
  /packages/fontconfig-2.12.1-1/.self/data/fontconfig/conf.avail/.
* Switch HOMEPAGE and SOURCE_URI to https.
* Add TEST() with "make check".
This commit is contained in:
fbrosson
2016-08-09 10:21:42 +00:00
committed by Jérôme Duval
parent ac339a25d9
commit d79dc1ff2f
2 changed files with 51 additions and 26 deletions

View File

@@ -0,0 +1,22 @@
From 59eff810d3a298cddd8283f02f64ae77bc74dfb1 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Tue, 10 Jun 2014 16:31:39 +0000
Subject: haiku patch
diff --git a/test/Makefile.am b/test/Makefile.am
index 72923fa..77cb48d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -34,7 +34,7 @@ TESTS += test-bz89617
noinst_PROGRAMS = $(check_PROGRAMS)
if !OS_WIN32
-check_PROGRAMS += test-migration
+check_PROGRAMS +=
test_migration_LDADD = $(top_builddir)/src/libfontconfig.la
endif
--
1.8.3.4