1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

mail/eps: fix build on armv7

Same issue as on other architectures.
This commit is contained in:
Piotr Kubaj 2021-11-12 14:48:46 +00:00
parent faacc138e0
commit ad2853a39a

View File

@ -17,6 +17,7 @@ OPTIONS_DEFINE= DOCS
USE_CSTD= gnu89
CFLAGS_amd64= -fPIC
CFLAGS_armv7= -fPIC
CFLAGS_i386= -fPIC
CFLAGS_powerpc= -fPIC
CFLAGS_powerpc64= -fPIC