open-cobol-ce: Explicitly disable nls.
This commit is contained in:
parent
6be69601a1
commit
8baf087b55
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2019/11/03 19:04:04 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2022/12/13 13:23:21 jperkin Exp $
|
||||
|
||||
DISTNAME= open-cobol-ce-1.1.r59
|
||||
PKGNAME= ${DISTNAME:S/.r/./}
|
||||
|
@ -18,7 +18,8 @@ BDB_ACCEPTED= db4
|
|||
WRKSRC= ${WRKDIR}/open-cobol-ce-1.1
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
|
||||
#BUILDLINK_TRANSFORM+= l:db:db4
|
||||
|
||||
|
|
Loading…
Reference in a new issue