diff options
author | sem <sem@FreeBSD.org> | 2005-03-07 04:45:49 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-03-07 04:45:49 +0800 |
commit | 936c5137cb94db952e8046d5053ab0003d2f2e2f (patch) | |
tree | e61814a4f70d8b7720afa3dd4333a659dea6eb5b /editors | |
parent | 1444635b792cef2693234c7a46014f23a465756b (diff) | |
download | freebsd-ports-gnome-936c5137cb94db952e8046d5053ab0003d2f2e2f.tar.gz freebsd-ports-gnome-936c5137cb94db952e8046d5053ab0003d2f2e2f.tar.zst freebsd-ports-gnome-936c5137cb94db952e8046d5053ab0003d2f2e2f.zip |
- Try unbreak build on sparc64
Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 4 |
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 |