svn commit: r386762 - head/net/pvm/files
John Marino
marino at FreeBSD.org
Tue May 19 10:14:57 UTC 2015
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 ;;
More information about the svn-ports-head
mailing list