summaryrefslogtreecommitdiff
path: root/net-p2p/litecoin/files
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-17 03:53:35 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-17 03:53:35 +0000
commiteeefd8ca2f7f594a2fc893fed0c6ebf24913a204 (patch)
treeea8dfa9c295d3e845c666f7b595b11c3262045b1 /net-p2p/litecoin/files
parent- Take maintainership (diff)
- Support stage dir
- Install icon and desktop file
Notes
Notes: svn path=/head/; revision=340012
Diffstat (limited to 'net-p2p/litecoin/files')
-rw-r--r--net-p2p/litecoin/files/patch-src-makefile.unix8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/litecoin/files/patch-src-makefile.unix b/net-p2p/litecoin/files/patch-src-makefile.unix
index a271c117d38d..a9c89cb68998 100644
--- a/net-p2p/litecoin/files/patch-src-makefile.unix
+++ b/net-p2p/litecoin/files/patch-src-makefile.unix
@@ -4,10 +4,10 @@
DEFS=-DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE
-+BOOST_INCLUDE_PATH=%%PREFIX%%/include
-+BDB_INCLUDE_PATH=%%PREFIX%%/include/db48
-+BOOST_LIB_PATH=%%PREFIX%%/lib
-+BDB_LIB_PATH=%%PREFIX%%/lib/db48
++BOOST_INCLUDE_PATH=%%LOCALBASE%%/include
++BDB_INCLUDE_PATH=%%LOCALBASE%%/include/db48
++BOOST_LIB_PATH=%%LOCALBASE%%/lib
++BDB_LIB_PATH=%%LOCALBASE%%/lib/db48
+
DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))