pkgsrc-WIP-changes archive

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

stacks2: Minimize GCC_REQD



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Dec 22 13:18:52 2018 -0600
Changeset:	9c9cd8a13ecb27b1369447226fc2be11fb88c6e5

Modified Files:
	stacks2/Makefile

Log Message:
stacks2: Minimize GCC_REQD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c9cd8a13ecb27b1369447226fc2be11fb88c6e5

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

diffstat:
 stacks2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/stacks2/Makefile b/stacks2/Makefile
index dd6f63c8f2..2b4d020478 100644
--- a/stacks2/Makefile
+++ b/stacks2/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Software pipeline for building loci from short-read sequences
 LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++14
-GCC_REQD=	6
+GCC_REQD+=	4.9
 USE_TOOLS+=	bash perl:run
 GNU_CONFIGURE=	yes
 


Home | Main Index | Thread Index | Old Index