Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-ab,v 1.6 2006/04/28 20:33:30 joerg Exp $
--- configure.orig 2003-09-26 22:13:01.000000000 +0000
+++ configure
@@ -18614,6 +18614,10 @@ else
ac_cv_dx_arch=unknown
if test $unameS = "FreeBSD" ; then
ac_cv_dx_arch=freebsd
+ elif test $unameS = "DragonFly" ; then
+ ac_cv_dx_arch=dragonfly
+ elif test $unameS = "NetBSD" ; then
+ ac_cv_dx_arch=netbsd
elif test `echo $unameS | tr A-Z a-z | sed "s/^.*cygwin.*$/yes/"` = "yes" ; then
ac_cv_dx_arch=cygwin
elif test $unameS = "Linux" ; then