diff options
author | John Marino <marino@FreeBSD.org> | 2015-05-19 10:14:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-05-19 10:14:56 +0000 |
commit | 09fbb82ed81d2f4bba35dbea90f8bc7d1b0be62e (patch) | |
tree | 08113875c18f8d3ecbd6d183b3c725258a904905 /net/pvm/files/patch-pvmgetarch | |
parent | Add note about webmin and usermin needing a perl-path fix after (diff) |
net/pvm3: Fix build on armv6
PR: 200099
Submitted by: Mikael Urankar
Diffstat (limited to 'net/pvm/files/patch-pvmgetarch')
-rw-r--r-- | net/pvm/files/patch-pvmgetarch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/pvm/files/patch-pvmgetarch b/net/pvm/files/patch-pvmgetarch index 9d1e00bd1bab..8908762e17eb 100644 --- a/net/pvm/files/patch-pvmgetarch +++ b/net/pvm/files/patch-pvmgetarch @@ -1,9 +1,10 @@ ---- lib/pvmgetarch.orig Thu Sep 27 23:24:04 2001 -+++ lib/pvmgetarch Mon Mar 29 10:31:39 2004 -@@ -77,6 +77,9 @@ +--- lib/pvmgetarch.orig 2007-11-29 21:17:02 UTC ++++ lib/pvmgetarch +@@ -79,6 +79,10 @@ if [ -f /bin/uname -o -f /usr/bin/uname BSD/OS,i[3456]86 ) ARCH=BSD386 ;; FreeBSD,i[3456]86 ) ARCH=FREEBSD ;; FreeBSD,alpha ) ARCH=FREEBSD ;; ++ FreeBSD,arm* ) ARCH=FREEBSD ;; + FreeBSD,amd64 ) ARCH=FREEBSD ;; + FreeBSD,ia64 ) ARCH=FREEBSD ;; + FreeBSD,sparc64 ) ARCH=FREEBSD ;; |