mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
377 B
Plaintext
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
|