1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build on powerpc64

PR:		ports/147565
Submitted by:	Andreas Tobler <andreast at fgznet.ch>
Approved by:	Bjoern Koenig (maintainer)
This commit is contained in:
Max Brazhnikov 2010-07-18 21:43:19 +00:00
parent 626ffddb03
commit be39570672
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257936

View File

@ -0,0 +1,14 @@
--- configure.orig 2010-06-03 20:49:28.000000000 +0000
+++ configure 2010-06-03 20:50:18.000000000 +0000
@@ -12231,6 +12231,9 @@
powerpc-*-freebsd*)
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
+ powerpc64-*-freebsd*)
+ TARGET=POWERPC; TARGETDIR=powerpc
+ ;;
powerpc*-*-rtems*)
TARGET=POWERPC; TARGETDIR=powerpc
;;