1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Patch the vendor's configure to properly detect amd64 (rather than

x86_64). This should unbreak the port for amd64 on all releases.

Also affects:

PR:	ports/117077

Approved by:	maintainer	(Rene Ladan)
Approved by:	last committer	(lwhsu)
This commit is contained in:
Mikhail Teterin 2008-01-06 18:00:46 +00:00
parent e61aa9ff51
commit fda0c8ec76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205111
2 changed files with 10 additions and 1 deletions

View File

@ -89,7 +89,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile
#BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,9 @@
--- configure 2007-09-01 04:00:21.000000000 -0400
+++ configure 2008-01-06 11:24:56.000000000 -0500
@@ -41958,5 +41958,5 @@
fi
- if test -n "`echo ${target} | grep 'x86_64'`"; then
+ if test -n "`echo ${target} | egrep 'x86_64|amd64'`"; then
X86_64_TRUE=
X86_64_FALSE='#'