pkgsrc/graphics/dx/patches/patch-ab

16 lines
540 B
Text
Raw Normal View History

2006-04-28 22:33:30 +02:00
$NetBSD: patch-ab,v 1.6 2006/04/28 20:33:30 joerg Exp $
--- configure.orig 2003-09-26 22:13:01.000000000 +0000
2006-04-28 22:33:30 +02:00
+++ configure
@@ -18614,6 +18614,10 @@ else
ac_cv_dx_arch=unknown
if test $unameS = "FreeBSD" ; then
ac_cv_dx_arch=freebsd
2006-04-28 22:33:30 +02:00
+ 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