mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
--- lib/freebl/Makefile.orig 2018-08-31 12:55:53 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
|