diff options
Diffstat (limited to 'net/samba47/Makefile')
-rw-r--r-- | net/samba47/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba47/Makefile b/net/samba47/Makefile index ebeb385842d5..c9a12ee1800f 100644 --- a/net/samba47/Makefile +++ b/net/samba47/Makefile @@ -453,7 +453,7 @@ SUB_LIST+= SAMBA4_PYTHON3="@comment " .if !defined(SAMBA4_SUBPORT) # Require llvm 4.0 and AMD64 -.if ${PORT_OPTIONS:MAESNI} && ${ARCH} == "amd64" && ${OSVERSION} >= 1100511 +.if ${PORT_OPTIONS:MAESNI} && ${ARCH} == "amd64" CONFIGURE_ARGS+= --accel-aes=intelaesni PLIST_FILES+= lib/samba4/private/libaesni-intel-samba4.so .else |