summaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-05-15 15:32:14 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-05-15 15:32:14 +0000
commite77f904f8c3a596d27ec1dc39392e875fab97661 (patch)
treef69b1809eb4d2865ab6fc7d47ac8a084ad1ec676 /editors/emacs22
parento) This release will fix the BSD USB lockup bug that many users (diff)
Disable optimization on ia64 to avoid elisp processing errors.
Submitted by: yoichi
Notes
Notes: svn path=/head/; revision=135291
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 91e72d982d0a..9ec0818c3385 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= 21.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -58,7 +58,7 @@ LATEST_LINK= emacs
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
-CFLAGS:= ${CFLAGS:C/-O(2|3|s)/-O/g}
+CFLAGS:= ${CFLAGS:C/-O.?/-O0/g}
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
.endif