aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-12 14:48:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-12 14:48:46 +0000
commitad2853a39a19a8297fe13f40d051f52aac0be274 (patch)
tree62d9fe997ed8ef996c53721d6593d0a92cc12373
parentfaacc138e03d705339dc2b9e927efdddbe309071 (diff)
downloadports-ad2853a39a19a8297fe13f40d051f52aac0be274.tar.gz
ports-ad2853a39a19a8297fe13f40d051f52aac0be274.zip
mail/eps: fix build on armv7
Same issue as on other architectures.
-rw-r--r--mail/eps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile
index 7b4a4491b155..d3b463810562 100644
--- a/mail/eps/Makefile
+++ b/mail/eps/Makefile
@@ -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