pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Sep  1 22:56:54 UTC 2020

Modified Files:
        pkgsrc/lang/perl5: options.mk

Log Message:
Fix building lang/perl5 on QNX


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/perl5/options.mk

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

Modified files:

Index: pkgsrc/lang/perl5/options.mk
diff -u pkgsrc/lang/perl5/options.mk:1.14 pkgsrc/lang/perl5/options.mk:1.15
--- pkgsrc/lang/perl5/options.mk:1.14   Mon Nov  4 17:47:30 2019
+++ pkgsrc/lang/perl5/options.mk        Tue Sep  1 22:56:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2019/11/04 17:47:30 rillig Exp $
+# $NetBSD: options.mk,v 1.15 2020/09/01 22:56:54 js Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.perl
 PKG_OPTIONS_REQUIRED_GROUPS=   perlbits
@@ -23,6 +23,11 @@ PERL5_BUILD_THREADS_SUPPORT= ${DLOPEN_RE
 PERL5_BUILD_THREADS_SUPPORT=   no
 .endif
 
+# miniperl fails with locking errors during build on QNX.
+.if ${OPSYS} == "QNX"
+PERL5_BUILD_THREADS_SUPPORT=   no
+.endif
+
 .if !empty(PERL5_BUILD_THREADS_SUPPORT:M[yY][eE][sS])
 PKG_SUGGESTED_OPTIONS=         threads
 .endif



Home | Main Index | Thread Index | Old Index