Index: security/nss/patch-lib-freebl-Makefile =================================================================== --- security/nss/patch-lib-freebl-Makefile (nonexistent) +++ security/nss/patch-lib-freebl-Makefile (working copy) @@ -0,0 +1,25 @@ +--- lib/freebl/Makefile.orig 2018-01-18 15:19:59 UTC ++++ lib/freebl/Makefile +@@ -215,7 +215,7 @@ ifeq ($(CPU_ARCH),x86) + endif + endif # Darwin + +-ifeq ($(OS_TARGET),Linux) ++ifeq (,$(filter-out Linux FreeBSD, $(OS_TARGET))) + ifeq ($(CPU_ARCH),x86_64) + ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s + ASFLAGS += -fPIC -Wa,--noexecstack +@@ -527,7 +527,12 @@ ifndef NSS_DISABLE_CHACHAPOLY + EXTRA_SRCS += chacha20_vec.c + endif + else +- EXTRA_SRCS += poly1305.c ++ ifeq ($(CPU_ARCH),aarch64) ++ EXTRA_SRCS += Hacl_Poly1305_64.c ++ else ++ EXTRA_SRCS += poly1305.c ++ endif ++ + EXTRA_SRCS += chacha20.c + VERIFIED_SRCS += Hacl_Chacha20.c + endif # x86_64 Property changes on: security/nss/patch-lib-freebl-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property