mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial recipe for fontconfig, may need further testing
This commit is contained in:
22
media-libs/fontconfig/patches/fontconfig-2.11.0.patch
Normal file
22
media-libs/fontconfig/patches/fontconfig-2.11.0.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
diff --git a/test/Makefile.am b/test/Makefile.am
|
||||
index 52c63dc..f270b50 100644
|
||||
--- a/test/Makefile.am
|
||||
+++ b/test/Makefile.am
|
||||
@@ -16,7 +16,7 @@ TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
|
||||
|
||||
-check_PROGRAMS = test-migration
|
||||
+check_PROGRAMS =
|
||||
if HAVE_PTHREAD
|
||||
check_PROGRAMS += test-pthread
|
||||
test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
|
||||
@@ -26,7 +26,8 @@ test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
|
||||
endif
|
||||
noinst_PROGRAMS = $(check_PROGRAMS)
|
||||
|
||||
+check_PROGRAMS +=
|
||||
test_migration_LDADD = $(top_builddir)/src/libfontconfig.la
|
||||
|
||||
EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA)
|
||||
|
||||
Reference in New Issue
Block a user