summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-08 18:24:33 +0100
committerIsmael Luceno2021-01-08 21:20:35 +0100
commitc0c4cb7811483a9b5e06338d7a182efaac1959d9 (patch)
treec307d7190b16020f14cd47fa1d573fbc41728395 /net
parentcc3242cb12a44d56cab66df90b1ff508c94d377b (diff)
bitcoin: Remove QT4 support
Diffstat (limited to 'net')
-rwxr-xr-xnet/bitcoin/BUILD7
-rwxr-xr-xnet/bitcoin/DEPENDS2
-rw-r--r--net/bitcoin/HISTORY3
3 files changed, 4 insertions, 8 deletions
diff --git a/net/bitcoin/BUILD b/net/bitcoin/BUILD
index c33eb4f11a..56290034f3 100755
--- a/net/bitcoin/BUILD
+++ b/net/bitcoin/BUILD
@@ -1,10 +1,3 @@
-if is_depends_enabled $SPELL qt4; then
- QTDIR="$QT4DIR"
-else
- QTDIR="$QT5DIR"
-fi &&
-PATH="$QTDIR/bin:$PATH" &&
-export PKG_CONFIG_PATH="$QTDIR/lib/pkgconfig" &&
db48="$INSTALL_ROOT/opt/db48" &&
CPPFLAGS="$CPPFLAGS -I$db48/include" &&
LDFLAGS="$LDFLAGS -L$db48/lib" &&
diff --git a/net/bitcoin/DEPENDS b/net/bitcoin/DEPENDS
index 05b491eb02..f1221fc610 100755
--- a/net/bitcoin/DEPENDS
+++ b/net/bitcoin/DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends QT &&
+depends qtbase &&
depends boost &&
depends db48 &&
depends SSL &&
diff --git a/net/bitcoin/HISTORY b/net/bitcoin/HISTORY
index 52b6a01c90..ca80c9052d 100644
--- a/net/bitcoin/HISTORY
+++ b/net/bitcoin/HISTORY
@@ -1,3 +1,6 @@
+2021-01-08 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS: removed qt4 support
+
2019-01-21 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.17.1