pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/open-cobol-ce open-cobol-ce: Explicitly disable nls.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eca32930231
branches:  trunk
changeset: 389968:1eca32930231
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Dec 13 13:23:21 2022 +0000

description:
open-cobol-ce: Explicitly disable nls.

diffstat:

 lang/open-cobol-ce/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b332375e8bb7 -r 1eca32930231 lang/open-cobol-ce/Makefile
--- a/lang/open-cobol-ce/Makefile       Tue Dec 13 13:19:33 2022 +0000
+++ b/lang/open-cobol-ce/Makefile       Tue Dec 13 13:23:21 2022 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index