Skip to content

Commit

Permalink
net-p2p/qbittorrent: Remove USE_QT=svg from the nox flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
RvdE authored and yurivict committed Sep 4, 2023
1 parent 26c2f4a commit 8674439
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net-p2p/qbittorrent/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qbittorrent
DISTVERSION= 4.5.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand All @@ -26,7 +26,7 @@ nox_PKGNAMESUFFIX= -nox
nox_PLIST= ${MASTERDIR}/pkg-plist-nox

USES= compiler:c++14-lang cpe pkgconfig cmake qt:6 ssl tar:xz
USE_QT= base svg translations
USE_QT= base translations
USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278

USE_GITHUB= nodefault
Expand All @@ -37,6 +37,7 @@ CMAKE_ON= QT6

.if ${FLAVOR} == default
USES+= desktop-file-utils gl
USE_QT+= svg
USE_GL= gl
CMAKE_OFF= WEBUI
.endif
Expand Down

0 comments on commit 8674439

Please sign in to comment.