Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/msgpack/files: msgpack-0.4.2-test.patch
Date: Tue, 02 Mar 2010 00:03:29
Message-Id: E1NmFa8-0001wx-On@stork.gentoo.org
1 matsuu 10/03/02 00:03:24
2
3 Added: msgpack-0.4.2-test.patch
4 Log:
5 Initial import.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/msgpack/files/msgpack-0.4.2-test.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/msgpack/files/msgpack-0.4.2-test.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/msgpack/files/msgpack-0.4.2-test.patch?rev=1.1&content-type=text/plain
13
14 Index: msgpack-0.4.2-test.patch
15 ===================================================================
16 diff -Naur msgpack-0.4.2.orig//cpp/Makefile.am msgpack-0.4.2//cpp/Makefile.am
17 --- msgpack-0.4.2.orig//cpp/Makefile.am 2010-02-18 14:31:42.000000000 +0900
18 +++ msgpack-0.4.2//cpp/Makefile.am 2010-03-02 01:43:12.000000000 +0900
19 @@ -39,6 +39,6 @@
20
21 msgpack_test_SOURCES = test.cpp
22 msgpack_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c -I$(top_srcdir)/cpp
23 -msgpack_test_LDADD = libmsgpack.la -lgtest_main
24 +msgpack_test_LDADD = -L../c -lmsgpackc libmsgpack.la -lgtest_main
25
26 TESTS = $(check_PROGRAMS)