From 9fa8b257ba7b5ee64e79f447cec7248dbd247868 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 11 Mar 2026 22:00:09 -0400 Subject: [PATCH] proxmark3: update live, preparing for release --- net-wireless/proxmark3/proxmark3-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net-wireless/proxmark3/proxmark3-9999.ebuild b/net-wireless/proxmark3/proxmark3-9999.ebuild index 8b2adb05f..e47da4ec2 100644 --- a/net-wireless/proxmark3/proxmark3-9999.ebuild +++ b/net-wireless/proxmark3/proxmark3-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit udev toolchain-funcs +inherit flag-o-matic toolchain-funcs udev if [ "${PV}" = "9999" ]; then inherit git-r3 @@ -35,9 +35,9 @@ CDEPEND=" media-libs/gd:2= bluez? ( net-wireless/bluez:= ) opencl? ( dev-libs/opencl-icd-loader ) - qt? ( dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - dev-qt/qtgui:5 ) + qt? ( + dev-qt/qtbase:6 + ) " DEPEND="${CDEPEND} dev-util/opencl-headers @@ -175,6 +175,7 @@ src_compile(){ #verbose export V=1 #common flags + append-cflags $(test-flags-CC -fPIC) EMAKE_COMMON=CC="$(tc-getCC)" DEFCFLAGS="${CFLAGS}" MYCFLAGS="${CFLAGS}" EMAKE_COMMON+= MYCXXFLAGS="${CXXFLAGS}" MYLDFLAGS="${LDFLAGS}" use bluez || export SKIPBT=1 @@ -191,7 +192,7 @@ src_compile(){ emake clean fi # If we wanted firmware we built it in USE=firmware - sed -i 's#bootrom/% armsrc/% recovery/%##' Makefile || die + sed -i 's#bootrom armsrc recovery##' Makefile || die emake ${EMAKE_COMMON} all hitag2crack }