Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/snpfile/files: snpfile-2.0.1-gold.patch
Date: Sat, 28 May 2011 10:58:59
Message-Id: 20110528105846.9747E20057@flycatcher.gentoo.org
1 jlec 11/05/28 10:58:46
2
3 Added: snpfile-2.0.1-gold.patch
4 Log:
5 Gold fix, #369001
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-biology/snpfile/files/snpfile-2.0.1-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/files/snpfile-2.0.1-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/snpfile/files/snpfile-2.0.1-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: snpfile-2.0.1-gold.patch
16 ===================================================================
17 Makefile.am | 4 ++--
18 1 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/Makefile.am b/Makefile.am
21 index 06fd733..5805c48 100644
22 --- a/Makefile.am
23 +++ b/Makefile.am
24 @@ -32,7 +32,7 @@ noinst_PROGRAMS += make_test_snpfile test_test_snpfile
25 noinst_PROGRAMS += row_metadata_experiment metadata_cache_prototype matrix_benchmark \
26 matrix_benchmark_write matrix_benchmark_read
27
28 -LDADD = $(top_builddir)/libsnpfile.la
29 +LDADD = $(top_builddir)/libsnpfile.la $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_SIGNALS_LIB) -lstdc++
30
31 matrix_test_SOURCES = test_util.hh test_util.cc input_archive.hh output_archive.hh matrix_test.cc
32
33 @@ -88,5 +88,5 @@ libsnpfile_la_SOURCES = common.hh matrix.hh matrix.cc file_matrix.hh file_matrix
34 metadata.hh metadata.cc metadata_access.hh archive_common.hh archives.hh \
35 input_archive.hh output_archive.hh snpfile.hh snpfile.cc serialization_trait.hh \
36 type_trait.hh
37 -libsnpfile_la_LIBADD = $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_SIGNALS_LIB)
38 +libsnpfile_la_LIBADD = $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_SIGNALS_LIB) -lstdc++