diff options
Diffstat (limited to 'graphics/opendx/files/patch-ah')
-rw-r--r-- | graphics/opendx/files/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/opendx/files/patch-ah b/graphics/opendx/files/patch-ah new file mode 100644 index 000000000000..3f456c9ebb0a --- /dev/null +++ b/graphics/opendx/files/patch-ah @@ -0,0 +1,13 @@ +--- bin/dxworker.in.orig Wed Aug 4 22:03:37 1999 ++++ bin/dxworker.in Fri Sep 17 15:29:13 1999 +@@ -22,8 +22,8 @@ + # determine the machine type, and set uiarch, exarch and thisver defaults + switch ( $thissys ) + case FreeBSD: +- set exarch=freebsd +- set uiarch=freebsd ++ set exarch=$thismach ++ set uiarch=$thismach + + set remove=/usr/bin/rsh + |