freebsd-ports/lang/smlnj/files/patch-config___arch-n-opsys
Kurt Jaeger fa559a605d lang/smlnj: 110.76 -> 110.77
Changelog: http://www.smlnj.org/dist/working/110.77/110.77-README.html
- defined LICENSE

PR:		193431
Submitted by:	joemann@beefree.free.de (maintainer)
2014-10-13 19:33:54 +00:00

11 lines
318 B
Text

--- config/_arch-n-opsys.orig 2014-08-22 15:20:03.000000000 +0200
+++ config/_arch-n-opsys 2014-08-23 14:19:47.056122710 +0200
@@ -85,6 +85,8 @@
HEAP_OPSYS=bsd
case `uname -m` in
*86) ARCH=x86;;
+ # Fall back to x86 compatibility mode.
+ amd64) ARCH=x86;;
*) exit 1;;
esac
;;