pkgsrc-ng/shells/tcsh/patches/patch-configure
2013-09-26 17:14:40 +02:00

18 lines
377 B
Plaintext

$NetBSD: patch-configure,v 1.1 2013/04/02 20:37:55 bsiegert Exp $
Add support for MirBSD systems.
--- configure.orig Tue Mar 5 20:51:17 2013
+++ configure
@@ -2801,6 +2801,11 @@ case "${host}" in
tcsh_config_file=bsd4.4
;;
+ ## MirBSD systems
+ *-*-mirbsd*)
+ tcsh_config_file=bsd4.4
+ ;;
+
## OpenBSD systems
*-*-openbsd*)
tcsh_config_file=bsd4.4