mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
484 B
Plaintext
13 lines
484 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2010/09/02 15:20:36 drochner Exp $
|
|
|
|
--- configure.orig 2003-10-12 18:51:19.000000000 +0000
|
|
+++ configure
|
|
@@ -2955,6 +2955,7 @@ case "$host" in
|
|
*-*-freebsd3*) platform_name="FreeBSD"; os_version="3";;
|
|
*-*-freebsd4*) platform_name="FreeBSD"; os_version="4";;
|
|
*-*-freebsd5*) platform_name="FreeBSD"; os_version="5";;
|
|
+ *-*-netbsd*) platform_name="NetBSD"; os_version="0";;
|
|
*-*-sco*) platform_name="OSR5"; os_version="5";;
|
|
esac
|
|
|