aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel-mule
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-03-06 20:45:49 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-03-06 20:45:49 +0000
commitbe515d866c3440b411fc57d5cdfa4a1edd90deac (patch)
treeb1260be91eec9746caf35d34fe25cc583759ae04 /editors/xemacs-devel-mule
parent4e6588678bbf498d34b98cad112392a9356264dc (diff)
downloadports-be515d866c3440b411fc57d5cdfa4a1edd90deac.tar.gz
ports-be515d866c3440b411fc57d5cdfa4a1edd90deac.zip
- Try unbreak build on sparc64
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=130463
Diffstat (limited to 'editors/xemacs-devel-mule')
-rw-r--r--editors/xemacs-devel-mule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile
index 978ec976705a..7c14334848d1 100644
--- a/editors/xemacs-devel-mule/Makefile
+++ b/editors/xemacs-devel-mule/Makefile
@@ -96,8 +96,8 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
.include <bsd.port.pre.mk>
-# Undump and malloc do not behave on amd64 at the moment
-.if ${ARCH} == "amd64"
+# Undump and malloc do not behave on amd64 and sparc64
+.if (${ARCH} == "amd64") || (${ARCH} == "sparc64")
CONFIGURE_ARGS+=--with-system-malloc --pdump
.endif