pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/qbittorrent qbittorrent: use atomic64
details: https://anonhg.NetBSD.org/pkgsrc/rev/531a7f12c4dd
branches: trunk
changeset: 444537:531a7f12c4dd
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jan 10 11:11:57 2021 +0000
description:
qbittorrent: use atomic64
diffstat:
net/qbittorrent/Makefile | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 95c27516a672 -r 531a7f12c4dd net/qbittorrent/Makefile
--- a/net/qbittorrent/Makefile Sun Jan 10 11:10:17 2021 +0000
+++ b/net/qbittorrent/Makefile Sun Jan 10 11:11:57 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2021/01/10 11:10:17 nia Exp $
+# $NetBSD: Makefile,v 1.25 2021/01/10 11:11:57 nia Exp $
DISTNAME= qbittorrent-4.3.2
CATEGORIES= net
@@ -20,13 +20,6 @@
GCC_REQD+= 6 # c++14
-.include "../../mk/bsd.prefs.mk"
-
-# 64 bit atomic ops are required
-.if ${MACHINE_ARCH} == "i386"
-CXXFLAGS+= -march=i586
-.endif
-
LDFLAGS.NetBSD+= -ljemalloc
.include "../../devel/boost-libs/buildlink3.mk"
@@ -40,4 +33,5 @@
. include "../../x11/qt5-qtmacextras/buildlink3.mk"
.endif
.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index