diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-18 08:52:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-18 08:52:04 +0000 |
commit | 0acdf42c0828157c63deb8620ea0c9c6fe55adfd (patch) | |
tree | 49e6eca58bfb0e8f19eb4ba086dcb33f82c3cc4c /devel | |
parent | 38db960a048863978faaf9c53efd6b093f918c68 (diff) |
Broken on sparc64 as well as amd64.
While here, fix a typo.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202747
Diffstat (limited to 'devel')
-rw-r--r-- | devel/google-perftools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index e29f43e7b8ce..6a55f5171e1b 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://google-perftools.googlecode.com/files/ \ MASTER_SITE_SUBDIR= vd/${PORTNAME} MAINTAINER= yuri@tsoft.com -COMMENT= Fast, mutli-threaded malloc() and nifty performance analysis tools +COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo @@ -43,9 +43,9 @@ check: build .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" # src/stacktrace.cc:81:5: #error Cannnot calculate stack trace: need libunwind (see INSTALL file) -BROKEN= Does not build on amd64, cannnot calculate stack trace: need libunwind (see INSTALL file) +BROKEN= Does not build, cannnot calculate stack trace: need libunwind (see INSTALL file) .endif .include <bsd.port.post.mk> |