diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-05-15 15:32:14 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-05-15 15:32:14 +0000 |
commit | e77f904f8c3a596d27ec1dc39392e875fab97661 (patch) | |
tree | f69b1809eb4d2865ab6fc7d47ac8a084ad1ec676 /editors/emacs23 | |
parent | o) 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/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 91e72d982d0a..9ec0818c3385 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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 |