mail/eps: fix build on powerpc with clang

Add -fPIC:
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
>>> defined in mime.o
>>> referenced by mime.c
>>>               mime.o:(mime_content_type)
This commit is contained in:
Piotr Kubaj
2020-04-14 10:49:04 +00:00
parent 147f242d90
commit 2d5466ce8a

View File

@@ -19,6 +19,7 @@ USE_CSTD= gnu89
CFLAGS_amd64= -fPIC
CFLAGS_i386= -fPIC
CFLAGS_powerpc64= -fPIC
CFLAGS_powerpc= -fPIC
PORTDOCS= howto