Lines 10-19
Link Here
|
10 |
MAINTAINER= kuriyama@FreeBSD.org |
10 |
MAINTAINER= kuriyama@FreeBSD.org |
11 |
COMMENT= Perl extension for yet another messagepack streaming deserializer |
11 |
COMMENT= Perl extension for yet another messagepack streaming deserializer |
12 |
|
12 |
|
13 |
BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment |
|
|
14 |
.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld |
15 |
BROKEN_i386= ld: error: relocation R_386_PC32 cannot be used against symbol malloc |
16 |
.endif |
17 |
BROKEN_mips= fails to build: atomic operations are not found |
13 |
BROKEN_mips= fails to build: atomic operations are not found |
18 |
BROKEN_mips64= fails to build: atomic operations are not found |
14 |
BROKEN_mips64= fails to build: atomic operations are not found |
19 |
BROKEN_sparc64= fails to build: atomic operations are not found |
15 |
BROKEN_sparc64= fails to build: atomic operations are not found |
Lines 24-30
Link Here
|
24 |
USE_PERL5= configure |
20 |
USE_PERL5= configure |
25 |
MAKE_JOBS_UNSAFE= yes |
21 |
MAKE_JOBS_UNSAFE= yes |
26 |
|
22 |
|
|
|
23 |
CFLAGS_aarch64= -fPIC |
27 |
CFLAGS_armv7= -fPIC |
24 |
CFLAGS_armv7= -fPIC |
|
|
25 |
CFLAGS_i386= -fPIC |
28 |
CFLAGS_powerpc= -fPIC |
26 |
CFLAGS_powerpc= -fPIC |
29 |
|
27 |
|
30 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |