eboard: Specify c++03 to avoid conflicts with std::bind.
This commit is contained in:
parent
8c6001f3e4
commit
6ad981ce11
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.43 2017/02/12 06:25:20 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2018/01/26 13:45:45 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= eboard-1.0.4
|
||||
|
@ -17,7 +17,7 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR}
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR}
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c c++03
|
||||
USE_TOOLS+= perl gmake pkg-config
|
||||
CONFIG_SHELL= perl
|
||||
REPLACE_PERL+= configure
|
||||
|
|
Loading…
Reference in a new issue