pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libfilezilla
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Aug 6 00:40:08 UTC 2022
Modified Files:
pkgsrc/net/libfilezilla: Makefile
Removed Files:
pkgsrc/net/libfilezilla: hacks.mk
Log Message:
libfilezilla: use atomic64.mk
Simplify, no need for one block in Makefile and a hacks.mk to cover
fewer architectures than atomic64.mk does.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/libfilezilla/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libfilezilla/Makefile
diff -u pkgsrc/net/libfilezilla/Makefile:1.42 pkgsrc/net/libfilezilla/Makefile:1.43
--- pkgsrc/net/libfilezilla/Makefile:1.42 Thu Jul 21 11:31:23 2022
+++ pkgsrc/net/libfilezilla/Makefile Sat Aug 6 00:40:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/07/21 11:31:23 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/08/06 00:40:08 gutteridge Exp $
DISTNAME= libfilezilla-0.38.1
CATEGORIES= net
@@ -21,14 +21,11 @@ PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc
# for C++17
GCC_REQD+= 8
-# As of 0.19, 64-bit atomic ops are required
-.if ${MACHINE_ARCH} == "i386"
-CXXFLAGS+= -march=i586
-.endif
-
BUILDLINK_API_DEPENDS.nettle+= nettle>=3.1
.include "../../security/nettle/buildlink3.mk"
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.5.7
.include "../../security/gnutls/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+# As of 0.19, 64-bit atomic ops are required
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index