mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
23 lines
531 B
Plaintext
23 lines
531 B
Plaintext
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
|
|
|