Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-configure,v 1.1 2015/12/21 06:46:04 dbj Exp $
Recognize solaris, dragonfly, and darwin.
--- configure.orig 2015-04-22 14:11:11.000000000 +0000
+++ configure
@@ -497,7 +497,7 @@ else
echo_n "Checking hosttype... "
echo $_host_os
case $_host_os in
- linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.* | sunos* | hpux* | beos*)
+ linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.* | sunos* | hpux* | beos* | solaris* | dragonfly* | darwin*)
DEFINES="$DEFINES -DUNIX"
_host_os=unix
;;