summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dx/patches/patch-aj')
-rw-r--r--graphics/dx/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-aj b/graphics/dx/patches/patch-aj
new file mode 100644
index 00000000000..dbcb229dc63
--- /dev/null
+++ b/graphics/dx/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $
+--- src/uipp/startup/StartupWindow.C.orig Mon Sep 27 08:11:37 1999
++++ src/uipp/startup/StartupWindow.C Mon Sep 27 08:12:04 1999
+@@ -63,7 +63,7 @@
+ // On these platforms, the pipe doesn't work that way so we'll make a
+ // polling loop that runs once every few seconds and checks the child pid.
+ //
+-#if defined(ibm6000) || defined(hp700) || defined(alphax) || defined(sun4) || defined(linux) || defined(cygwin) || defined(freebsd)
++#if defined(ibm6000) || defined(hp700) || defined(alphax) || defined(sun4) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__)
+ #define USE_WAIT3 1
+ #endif
+