Skip to content

Commit

Permalink
cmake: require GCC 4.8 (to go along with c++11)
Browse files Browse the repository at this point in the history
from xalopp in #21
  • Loading branch information
coypoop committed Apr 12, 2018
1 parent b429083 commit 06b9648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/cmake/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.143 2018/04/08 21:47:15 wiz Exp $
# $NetBSD: Makefile,v 1.144 2018/04/12 08:40:27 maya Exp $

.include "Makefile.version"

Expand All @@ -14,6 +14,7 @@ LICENSE= modified-bsd

USE_TOOLS+= gmake
USE_LANGUAGES= c c++11
GCC_REQD+= 4.8
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= bootstrap

Expand Down

0 comments on commit 06b9648

Please sign in to comment.