pkgsrc-WIP-changes archive

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

brain-mesh-builder: Add -std=c++11 for Darwin



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Nov 11 17:24:16 2022 -0600
Changeset:	4cace6fbf3ef6cf45f091e61866425951bbaf310

Modified Files:
	brain-mesh-builder/Makefile

Log Message:
brain-mesh-builder: Add -std=c++11 for Darwin

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

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

diffstat:
 brain-mesh-builder/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/brain-mesh-builder/Makefile b/brain-mesh-builder/Makefile
index 3b86deadf9..8e68fd30c2 100644
--- a/brain-mesh-builder/Makefile
+++ b/brain-mesh-builder/Makefile
@@ -25,6 +25,7 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
 WRKSRC=		${WRKDIR}/${PKGBASE}-${GITHUB_TAG}
+CXXFLAGS+=	-std=c++11
 
 post-extract:
 	${RM} ${WRKSRC}/bin/* ${WRKSRC}/obj/*.o ${WRKSRC}/obj/io/*.o


Home | Main Index | Thread Index | Old Index