aboutsummaryrefslogtreecommitdiff
path: root/net/pvm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-13 16:57:05 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-13 16:57:05 +0000
commit92b751ae5b839e690ad45fa83545405561b4ce5c (patch)
treef440d73c283f975691df3f3b0d1d5540990c3d99 /net/pvm
parent7f41c5f05057b136b409d0f183cec4f76784c89f (diff)
downloadports-92b751ae5b839e690ad45fa83545405561b4ce5c.tar.gz
ports-92b751ae5b839e690ad45fa83545405561b4ce5c.zip
Notes
Diffstat (limited to 'net/pvm')
-rw-r--r--net/pvm/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/pvm/files/patch-ad b/net/pvm/files/patch-ad
new file mode 100644
index 000000000000..8cce16b3f338
--- /dev/null
+++ b/net/pvm/files/patch-ad
@@ -0,0 +1,10 @@
+--- lib/pvmgetarch.orig Sun Feb 6 18:18:29 2000
++++ lib/pvmgetarch Sun Feb 6 18:18:48 2000
+@@ -73,6 +73,7 @@
+ Linux,ppc ) ARCH=LINUXPPC ;;
+ BSD/OS,i[3456]86 ) ARCH=BSD386 ;;
+ FreeBSD,i386 ) ARCH=FREEBSD ;;
++ FreeBSD,alpha ) ARCH=FREEBSD ;;
+ SUPER-UX,SX-3 ) ARCH=SX3 ;;
+ uts,* ) ARCH=UTS2 ;;
+ realix,M88* ) ARCH=M88K ;;