summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/namecoind/files/namecoind-0.3.80-makefile.patch')
-rw-r--r--net-dns/namecoind/files/namecoind-0.3.80-makefile.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch b/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch
new file mode 100644
index 000000000000..2dce6b5a4f85
--- /dev/null
+++ b/net-dns/namecoind/files/namecoind-0.3.80-makefile.patch
@@ -0,0 +1,30 @@
+--- Makefile.github 2015-01-01 10:05:04.000000000 +0000
++++ Makefile 2015-01-01 10:15:05.000000000 +0000
+@@ -1,4 +1,4 @@
+-CXX=g++
++CXX?=g++
+
+ DEFS=-D_MT -DNOPCH -DFOURWAYSSE2 -DUSE_SSL
+
+@@ -8,20 +8,10 @@
+ # Link boost statically
+ DEFS += -DBOOST_THREAD_USE_LIB
+
+-INCLUDEPATHS= \
+- -I../libs/openssl-1.0.1i/include \
+- -I../libs/db-4.7.25.NC/build_unix \
+- -I../libs/boost_1_50_0
+-
+-LIBPATHS= \
+- -L../libs/openssl-1.0.1i \
+- -L../libs/db-4.7.25.NC/build_unix \
+- -L../libs/boost_1_50_0/stage/lib
+-
+ LIBBOOST_SUFFIX=
+
+ LIBS= \
+- -Wl,-Bstatic \
++ -Wl,-Bdynamic \
+ -l boost_system$(LIBBOOST_SUFFIX) \
+ -l boost_filesystem$(LIBBOOST_SUFFIX) \
+ -l boost_program_options$(LIBBOOST_SUFFIX) \