From 60e92e847be9ae1ce89faeb1ddac1d6fee81a5d4 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 25 Mar 2014 11:03:45 +0000 Subject: [PATCH] - fix buiild by addding: MAKE_JOBS_UNSAFE=yes error: libpatricia/libpatricia.a: could not read symbols: Archive has no index; run ranlib to add one *** [blib/arch/auto/Net/Patricia/Patricia.so] Error code 1 --- net/p5-Net-Patricia/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile index 67736b85c1b5..d286f414230a 100644 --- a/net/p5-Net-Patricia/Makefile +++ b/net/p5-Net-Patricia/Makefile @@ -13,6 +13,8 @@ COMMENT= Perl module for fast IP address lookups BUILD_DEPENDS= p5-Net-CIDR-Lite>=0.20:${PORTSDIR}/net/p5-Net-CIDR-Lite RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 +MAKE_JOBS_UNSAFE=yes + USES= perl5 USE_PERL5= configure