Date: Tue, 19 May 2015 10:14:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386762 - head/net/pvm/files Message-ID: <201505191014.t4JAEvkq055206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue May 19 10:14:56 2015 New Revision: 386762 URL: https://svnweb.freebsd.org/changeset/ports/386762 Log: net/pvm3: Fix build on armv6 PR: 200099 Submitted by: Mikael Urankar Modified: head/net/pvm/files/patch-pvmgetarch Modified: head/net/pvm/files/patch-pvmgetarch ============================================================================== --- head/net/pvm/files/patch-pvmgetarch Tue May 19 10:00:00 2015 (r386761) +++ head/net/pvm/files/patch-pvmgetarch Tue May 19 10:14:56 2015 (r386762) @@ -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 ;;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505191014.t4JAEvkq055206>