Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2021 14:50:13 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad2853a39a19 - main - mail/eps: fix build on armv7
Message-ID:  <202111121450.1ACEoDCm099129@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111121450.1ACEoDCm099129>