pkgsrc-WIP-changes archive

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

vsearch: Remove redundant -std=c++11



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jul 9 10:53:37 2023 -0500
Changeset:	5080ef3018be2788305665d63dcf20e9acfbe69a

Modified Files:
	vsearch/Makefile

Log Message:
vsearch: Remove redundant -std=c++11

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

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

diffstat:
 vsearch/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index 6008ce13b8..2a8c551ece 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -18,8 +18,6 @@ USE_TOOLS+=		autoconf automake autoreconf gmake
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--disable-pdfman
 
-CXXFLAGS+=	-std=c++11
-
 pre-configure:
 	cd ${WRKSRC} && autoreconf -fi
 


Home | Main Index | Thread Index | Old Index