pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-ExtUtils-CppGuess



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Mar 21 22:51:03 UTC 2020

Modified Files:
        pkgsrc/devel/p5-ExtUtils-CppGuess: Makefile

Log Message:
(devel/p5-ExtUtils-CppGuess) Correction on paragraph related, no logic change


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.18 pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.19
--- pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile:1.18     Sat Mar 21 22:28:00 2020
+++ pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile  Sat Mar 21 22:51:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/03/21 22:28:00 mef Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/21 22:51:03 mef Exp $
 
 DISTNAME=      ExtUtils-CppGuess-0.21
 PKGNAME=       p5-${DISTNAME}
@@ -9,16 +9,16 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/SMUELLER/ExtUtils-CppGuess-0.07
 COMMENT=       Perl5 module for guess C++ compiler and flags
 LICENSE=       ${PERL5_LICENSE}
-LDFLAGS+=      -lstdc++
 
 BUILD_DEPENDS+=        p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
 DEPENDS+=      p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
 
+LDFLAGS+=      -lstdc++
 USE_LANGUAGES+=        c c++
 
 PERL5_PACKLIST=                auto/ExtUtils/CppGuess/.packlist
 # one test failure as of 0.12
-# https://github.com/tsee/extutils-cppguess/issues/17
+
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index