mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- 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
14 lines
543 B
Text
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 ;;
|