Build with C++11, fix build.
This is necessary because of the last xerces-c update. Found by John D. Baker in PR pkg/52851.
This commit is contained in:
parent
1961f90cf9
commit
5b4b6ed18b
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.35 2015/04/25 14:22:54 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2018/03/12 20:51:30 bsiegert Exp $
|
||||
|
||||
DISTNAME= enigma-1.01-r1914
|
||||
PKGNAME= ${DISTNAME:S/-r/./}
|
||||
|
@ -14,8 +14,7 @@ LICENSE= gnu-gpl-v2
|
|||
DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/-r1914//}
|
||||
GCC_REQD+= 3.3
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c c++11
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue