1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/opendx/files/patch-ah

35 lines
733 B
Plaintext
Raw Normal View History

--- bin/dxworker.in.orig Fri Sep 3 17:52:03 1999
+++ bin/dxworker.in Wed Nov 3 12:52:46 1999
@@ -22,10 +22,10 @@
# 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
+ set remote=/usr/bin/rsh
breaksw
@@ -136,7 +136,7 @@
# default to running locally, from /usr/lpp/dx
set exhost=$thishost
-set dxroot=/usr/lpp/dx
+set dxroot=@prefix@/dx
set startup=1 # run the startup window by default
@@ -1456,7 +1456,7 @@
case aviion:
case alphax:
case linux:
- case freebsd:
+ case i386:
breaksw
default: