freebsd-ports/science/vmd/files/patch-vmd
Florent Thoumie f4959ed7bb - Fix build/run on amd64.
PR:		ports/76941
Submitted by:	Sangwoo Shim <ssw@neo.redjade.org> (maintainer)
2005-03-14 12:21:32 +00:00

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'