ports/net/pvm/files/patch-pvmgetarch
Alexey Dokuchaev bfcb72208d - Convert from using EXTRACT_SUFX to USES=tar:tgz
- Allow to build on PowerPC
- Do not try to append to MAKE_ENV, do not try to set REINPLACE_ARGS
- Mute MKDIR's, move OPTIONS block where it's typically found
- Reformat port description, kill EOL whitespace, and adjust WWW
2015-09-06 15:41:08 +00:00

14 lines
543 B
Text

--- lib/pvmgetarch.orig 2007-11-29 21:17:02 UTC
+++ lib/pvmgetarch
@@ -79,6 +79,11 @@ 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,powerpc ) ARCH=FREEBSD ;;
+ FreeBSD,sparc64 ) ARCH=FREEBSD ;;
SUPER-UX,SX-3 ) ARCH=SX3 ;;
uts,* ) ARCH=UTS2 ;;
realix,M88* ) ARCH=M88K ;;