Index: head/math/p5-Math-MPFR/Makefile =================================================================== --- head/math/p5-Math-MPFR/Makefile (revision 547852) +++ head/math/p5-Math-MPFR/Makefile (revision 547853) @@ -1,35 +1,32 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Math-MPFR PORTVERSION= 4.14 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPFR Library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \ p5-Math-GMPf>=0:math/p5-Math-GMPf \ p5-Math-GMPq>=0:math/p5-Math-GMPq \ p5-Math-GMPz>=0:math/p5-Math-GMPz USES= localbase perl5 USE_PERL5= configure -post-patch: - @${REINPLACE_CMD} -e 's| -lquadmath||' ${WRKSRC}/Makefile.PL - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Prec/Prec.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Random/Random.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/V/V.so .include Index: head/math/p5-Math-MPFR/files/patch-Makefile.PL =================================================================== --- head/math/p5-Math-MPFR/files/patch-Makefile.PL (nonexistent) +++ head/math/p5-Math-MPFR/files/patch-Makefile.PL (revision 547853) @@ -0,0 +1,20 @@ +--- Makefile.PL.orig 2020-07-13 12:00:38 UTC ++++ Makefile.PL +@@ -193,7 +193,7 @@ else { # we still need to determine whether__float128 + $mycc = defined($Config{cc}) ? $Config{cc} : 'cc'; + } + +- $mylibs = '-lmpfr -lgmp -lquadmath' unless $mylibs; ++ $mylibs = '-lmpfr -lgmp' unless $mylibs; + + # Include $mylibs to ensure that -lquadmath is locatable. + my $out = `$mycc -o have_f128.exe -x c have_f128.in $mylibs 2>&1`; +@@ -336,7 +336,7 @@ my %options = ( + ABSTRACT => 'Perl interface to the MPFR (floating point) library', + DEFINE => $defines, + LIBS => [ +- '-lmpfr -lgmp -lquadmath' ++ '-lmpfr -lgmp' + ], + PREREQ_PM => { + 'Test::More' => '0.88', Property changes on: head/math/p5-Math-MPFR/files/patch-Makefile.PL ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property