diff options
Diffstat (limited to 'science/vmd/files/patch-bin_vmd.sh')
| -rw-r--r-- | science/vmd/files/patch-bin_vmd.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/science/vmd/files/patch-bin_vmd.sh b/science/vmd/files/patch-bin_vmd.sh new file mode 100644 index 000000000000..5689cfdf44cc --- /dev/null +++ b/science/vmd/files/patch-bin_vmd.sh @@ -0,0 +1,15 @@ +--- bin/vmd.sh.orig 2010-12-08 21:07:16.000000000 -0500 ++++ bin/vmd.sh 2010-12-08 21:15:46.000000000 -0500 +@@ -256,6 +256,12 @@ + if [ `uname -m` = "i386" ] + then + ARCH=FREEBSD ++ elif [ `uname -m` = "amd64" ] ++ then ++ ARCH=FREEBSDAMD64 ++ else ++ echo "Error: unsupported FreeBSD version $MACHVER" ++ exit 1 + fi + VMD_WINTERM=xterm + VMD_WINOPTS='-sb -sl 1000 -e' |
