View | Details | Raw Unified | Return to bug 219828 | Differences between
and this patch

Collapse All | Expand All

(-)finance/bitcoin-armory/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
USES=		compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix
26
USES=		compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix
27
USE_PYQT=	core_run gui_run
27
USE_PYQT=	core_run gui_run
28
SHEBANG_FILES=	extras/extractKeysFromWallet.py
28
SHEBANG_FILES=	extras/extractKeysFromWallet.py ArmoryQt.py jasvet.py
29
CPPFLAGS+=	-I${LOCALBASE}/include
29
CPPFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
CXXFLAGS+=	-DCRYPTOPP_DISABLE_ASM -fPIC
31
CXXFLAGS+=	-DCRYPTOPP_DISABLE_ASM -fPIC
(-)finance/bitcoin-armory/files/patch-ArmoryQt.py (-6 lines)
Lines 1-11 Link Here
1
--- ArmoryQt.py.orig	2015-06-10 21:49:31 UTC
1
--- ArmoryQt.py.orig	2015-06-10 21:49:31 UTC
2
+++ ArmoryQt.py
2
+++ ArmoryQt.py
3
@@ -1,4 +1,4 @@
4
-#! /usr/bin/python
5
+#!/usr/bin/env python
6
 # -*- coding: UTF-8 -*-
7
 ################################################################################
8
 #                                                                              #
9
@@ -1236,6 +1236,9 @@ class ArmoryMainWindow(QMainWindow):
3
@@ -1236,6 +1236,9 @@ class ArmoryMainWindow(QMainWindow):
10
          elif OS_LINUX:
4
          elif OS_LINUX:
11
             tempDir = '/var/log'
5
             tempDir = '/var/log'

Return to bug 219828