git: ad2853a39a19 - main - mail/eps: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Nov 2021 14:50:13 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad2853a39a19a8297fe13f40d051f52aac0be274
commit ad2853a39a19a8297fe13f40d051f52aac0be274
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-12 14:48:46 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-12 14:48:46 +0000
mail/eps: fix build on armv7
Same issue as on other architectures.
---
mail/eps/Makefile | 1 +
1 file changed, 1 insertion(+)
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