Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/graphite2/files: graphite2-1.0.2-notests.patch
Date: Sun, 28 Aug 2011 22:21:41
Message-Id: 20110828222131.481F320051@flycatcher.gentoo.org
1 dilfridge 11/08/28 22:21:31
2
3 Added: graphite2-1.0.2-notests.patch
4 Log:
5 Disable tests as they fail to build, workaround for bug 379645
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/graphite2/files/graphite2-1.0.2-notests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/files/graphite2-1.0.2-notests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/files/graphite2-1.0.2-notests.patch?rev=1.1&content-type=text/plain
14
15 Index: graphite2-1.0.2-notests.patch
16 ===================================================================
17 diff -ruN graphite2-1.0.2.orig/CMakeLists.txt graphite2-1.0.2/CMakeLists.txt
18 --- graphite2-1.0.2.orig/CMakeLists.txt 2011-08-15 09:29:58.000000000 +0200
19 +++ graphite2-1.0.2/CMakeLists.txt 2011-08-29 00:18:30.346197643 +0200
20 @@ -61,7 +61,7 @@
21
22 add_subdirectory(src)
23 add_subdirectory(gr2fonttest)
24 -add_subdirectory(tests)
25 +# add_subdirectory(tests)
26 add_subdirectory(doc)
27 set(version 2.0.0)
28 set(libdir ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})