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: jperkin
Date: Fri May 5 23:01:32 UTC 2023
Modified Files:
pkgsrc/lang/perl5: Makefile
Log Message:
perl5: Stop using csh on SunOS.
illumos is in the process of removing it from the system, but perl still
prefers it when globbing if available, and will still try to exec /bin/csh.
To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 pkgsrc/lang/perl5/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/perl5/Makefile
diff -u pkgsrc/lang/perl5/Makefile:1.276 pkgsrc/lang/perl5/Makefile:1.277
--- pkgsrc/lang/perl5/Makefile:1.276 Tue Apr 25 07:29:47 2023
+++ pkgsrc/lang/perl5/Makefile Fri May 5 23:01:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.276 2023/04/25 07:29:47 adam Exp $
+# $NetBSD: Makefile,v 1.277 2023/05/05 23:01:32 jperkin Exp $
.include "license.mk"
.include "Makefile.common"
@@ -51,6 +51,8 @@ CONFIGURE_ARGS+= -Dldflags=${LDFLAGS:Q}
MAKE_ENV+= LC_ALL="C"
LDFLAGS.QNX+= -lm
+CONFIGURE_ARGS.SunOS+= -Aundef:csh
+
TEST_TARGET= test
# Policy.sh generation
Home |
Main Index |
Thread Index |
Old Index