diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-25 15:43:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-25 15:43:29 +0800 |
commit | 2ec4a5420758478fef8504712a1beb175b6e9757 (patch) | |
tree | 2959d68ae3455742890f4f210123a56d8b04b33b /net | |
parent | ae8146aa21f2c06d1c87bfa3fa60c6a09f8861c8 (diff) | |
download | freebsd-ports-gnome-2ec4a5420758478fef8504712a1beb175b6e9757.tar.gz freebsd-ports-gnome-2ec4a5420758478fef8504712a1beb175b6e9757.tar.zst freebsd-ports-gnome-2ec4a5420758478fef8504712a1beb175b6e9757.zip |
Fix build on powerpc64.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SSH-Perl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile index 55c083a66145..237163d0d61e 100644 --- a/net/p5-Net-SSH-Perl/Makefile +++ b/net/p5-Net-SSH-Perl/Makefile @@ -14,8 +14,6 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: src/chacha/poly1305.c: subscripted value is neither array nor pointer - BUILD_DEPENDS= p5-Crypt-Curve25519>=0.05:security/p5-Crypt-Curve25519 \ p5-Crypt-DES>0:security/p5-Crypt-DES \ p5-Crypt-DSA>=0.11:security/p5-Crypt-DSA \ @@ -29,7 +27,7 @@ BUILD_DEPENDS= p5-Crypt-Curve25519>=0.05:security/p5-Crypt-Curve25519 \ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ENV= PERL_MM_USE_DEFAULT="1" -USES= perl5 +USES= compiler:c11 perl5 USE_PERL5= configure OPTIONS_DEFINE= GMP |