pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bfgminer: bashisms in configure script
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sat Oct 24 15:16:02 2015 +0200
Changeset: 89c476c140ecebbb065261041687a7194dc8f50d
Modified Files:
bfgminer/Makefile
Log Message:
bfgminer: bashisms in configure script
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89c476c140ecebbb065261041687a7194dc8f50d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bfgminer/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/bfgminer/Makefile b/bfgminer/Makefile
index 5f7fba2..a3d939e 100644
--- a/bfgminer/Makefile
+++ b/bfgminer/Makefile
@@ -12,13 +12,15 @@ COMMENT= Modular ASIC/FPGA Bitcoin miner
LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config bash
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --enable-cpumining
CONFIGURE_ARGS+= --enable-scrypt
PKGCONFIG_OVERRIDE+= libblkmaker/libblkmaker_jansson.pc.in
+CONFIG_SHELL= ${TOOLS_PATH.bash}
+
CURSES_DEFAULT= ncurses
.include "../../mk/curses.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index