Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/namecoind/files: namecoind-0.3.80-makefile.patch
Date: Fri, 02 Jan 2015 14:25:01
Message-Id: 20150102142458.B7833EB84@oystercatcher.gentoo.org
1 blueness 15/01/02 14:24:58
2
3 Added: namecoind-0.3.80-makefile.patch
4 Log:
5 Version bump, bug #534204
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 net-dns/namecoind/files/namecoind-0.3.80-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: namecoind-0.3.80-makefile.patch
16 ===================================================================
17 --- Makefile.github 2015-01-01 10:05:04.000000000 +0000
18 +++ Makefile 2015-01-01 10:15:05.000000000 +0000
19 @@ -1,4 +1,4 @@
20 -CXX=g++
21 +CXX?=g++
22
23 DEFS=-D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL
24
25 @@ -8,20 +8,10 @@
26 # Link boost statically
27 DEFS += -DBOOST_THREAD_USE_LIB
28
29 -INCLUDEPATHS= \
30 - -I../libs/openssl-1.0.1i/include \
31 - -I../libs/db-4.7.25.NC/build_unix \
32 - -I../libs/boost_1_50_0
33 -
34 -LIBPATHS= \
35 - -L../libs/openssl-1.0.1i \
36 - -L../libs/db-4.7.25.NC/build_unix \
37 - -L../libs/boost_1_50_0/stage/lib
38 -
39 LIBBOOST_SUFFIX=
40
41 LIBS= \
42 - -Wl,-Bstatic \
43 + -Wl,-Bdynamic \
44 -l boost_system$(LIBBOOST_SUFFIX) \
45 -l boost_filesystem$(LIBBOOST_SUFFIX) \
46 -l boost_program_options$(LIBBOOST_SUFFIX) \