f4959ed7bb
PR: ports/76941 Submitted by: Sangwoo Shim <ssw@neo.redjade.org> (maintainer)
11 lines
319 B
Text
11 lines
319 B
Text
--- bin/vmd.orig Tue Feb 1 14:05:15 2005
|
|
+++ bin/vmd Tue Feb 1 14:05:59 2005
|
|
@@ -194,6 +194,8 @@
|
|
# The standard options
|
|
if (`uname -m` == "i386") then
|
|
set ARCH=FREEBSD
|
|
+ else if (`uname -m` == "amd64") then
|
|
+ set ARCH=FREEBSDAMD64
|
|
endif
|
|
set VMD_WINTERM=xterm
|
|
set VMD_WINOPTS='-sb -sl 1000 -e'
|