pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/qbittorrent
Module Name: pkgsrc
Committed By: nia
Date: Sun Jan 10 11:11:57 UTC 2021
Modified Files:
pkgsrc/net/qbittorrent: Makefile
Log Message:
qbittorrent: use atomic64
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/qbittorrent/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/qbittorrent/Makefile
diff -u pkgsrc/net/qbittorrent/Makefile:1.24 pkgsrc/net/qbittorrent/Makefile:1.25
--- pkgsrc/net/qbittorrent/Makefile:1.24 Sun Jan 10 11:10:17 2021
+++ pkgsrc/net/qbittorrent/Makefile Sun Jan 10 11:11:57 2021
@@ -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 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release
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 @@ BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.1
. 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