From e77f904f8c3a596d27ec1dc39392e875fab97661 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 15 May 2005 15:32:14 +0000 Subject: Disable optimization on ia64 to avoid elisp processing errors. Submitted by: yoichi --- editors/emacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 91e72d982d0a..9ec0818c3385 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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 .if ${ARCH} == "ia64" -CFLAGS:= ${CFLAGS:C/-O(2|3|s)/-O/g} +CFLAGS:= ${CFLAGS:C/-O.?/-O0/g} CONFIGURE_ENV= CFLAGS="${CFLAGS}" .endif -- cgit v1.2.3