pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/open-cobol-ce



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 13:23:21 UTC 2022

Modified Files:
        pkgsrc/lang/open-cobol-ce: Makefile

Log Message:
open-cobol-ce: Explicitly disable nls.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/open-cobol-ce/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/open-cobol-ce/Makefile
diff -u pkgsrc/lang/open-cobol-ce/Makefile:1.4 pkgsrc/lang/open-cobol-ce/Makefile:1.5
--- pkgsrc/lang/open-cobol-ce/Makefile:1.4      Sun Nov  3 19:04:04 2019
+++ pkgsrc/lang/open-cobol-ce/Makefile  Tue Dec 13 13:23:21 2022
@@ -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
 



Home | Main Index | Thread Index | Old Index