mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 13:00:22 -04:00
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2005/06/23 22:06:33 minskim Exp $
|
|
|
|
--- configure.ac.orig 2005-04-07 04:37:43.000000000 -0500
|
|
+++ configure.ac
|
|
@@ -111,6 +111,9 @@ openbsd*)
|
|
netbsd*)
|
|
OS=netbsd
|
|
;;
|
|
+darwin*)
|
|
+ OS=darwin
|
|
+ ;;
|
|
solaris*)
|
|
OS=solaris
|
|
;;
|