Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/net/libfilezilla/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/libfilezilla/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- pkgsrc/net/libfilezilla/Makefile 2019/12/31 08:46:23 1.26 +++ pkgsrc/net/libfilezilla/Makefile 2020/01/14 22:14:20 1.27 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/12/31 08:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2020/01/14 22:14:20 gutteridge Exp $ DISTNAME= libfilezilla-0.19.3 CATEGORIES= devel @@ -21,6 +21,11 @@ PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc # for C++17 GCC_REQD+= 7 +# 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