summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-ab
blob: f2131632bda0bf45ef983de45f2ae8591b5e49aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.5 2004/04/20 22:11:48 drochner Exp $

--- configure.orig	2003-09-26 22:13:01.000000000 +0000
+++ configure	2004-04-20 19:09:10.000000000 +0000
@@ -18614,6 +18614,8 @@
 	    ac_cv_dx_arch=unknown
 	    if test $unameS = "FreeBSD" ; then
 		ac_cv_dx_arch=freebsd
+	    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