diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 12:17:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 12:17:34 +0000 |
commit | be632ee779294e486daf3fd2efbd349205b92a99 (patch) | |
tree | 8716eadfd9ef7a53a7ad01efe2900be2175582f8 /dev-libs/msgpack/files/msgpack-0.4.2-test.patch | |
parent | Cleanup due #22900 (diff) | |
download | gentoo-2-be632ee779294e486daf3fd2efbd349205b92a99.tar.gz gentoo-2-be632ee779294e486daf3fd2efbd349205b92a99.tar.bz2 gentoo-2-be632ee779294e486daf3fd2efbd349205b92a99.zip |
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/msgpack/files/msgpack-0.4.2-test.patch')
-rw-r--r-- | dev-libs/msgpack/files/msgpack-0.4.2-test.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/msgpack/files/msgpack-0.4.2-test.patch b/dev-libs/msgpack/files/msgpack-0.4.2-test.patch deleted file mode 100644 index dde96b83790e..000000000000 --- a/dev-libs/msgpack/files/msgpack-0.4.2-test.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur msgpack-0.4.2.orig//cpp/Makefile.am msgpack-0.4.2//cpp/Makefile.am ---- msgpack-0.4.2.orig//cpp/Makefile.am 2010-02-18 14:31:42.000000000 +0900 -+++ msgpack-0.4.2//cpp/Makefile.am 2010-03-02 01:43:12.000000000 +0900 -@@ -39,6 +39,6 @@ - - msgpack_test_SOURCES = test.cpp - msgpack_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c -I$(top_srcdir)/cpp --msgpack_test_LDADD = libmsgpack.la -lgtest_main -+msgpack_test_LDADD = -L../c -lmsgpackc libmsgpack.la -lgtest_main - - TESTS = $(check_PROGRAMS) |