diff options
-rw-r--r-- | editors/emacs/Makefile | 9 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 9 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 9 |
3 files changed, 24 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 83d93917cca0..17ffb6e815ea 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -51,6 +51,13 @@ TEXIFILES= ada-mode autotype cc-mode cl dired-x ebrowse ediff \ LATEST_LINK= emacs +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +CFLAGS:= ${CFLAGS:C/-O(2|3|s)/-O/g} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" +.endif + pre-everything:: .if !defined(WITH_MENUBAR_FONTSET) @${ECHO_MSG} "====>" @@ -77,4 +84,4 @@ post-build: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 83d93917cca0..17ffb6e815ea 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -51,6 +51,13 @@ TEXIFILES= ada-mode autotype cc-mode cl dired-x ebrowse ediff \ LATEST_LINK= emacs +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +CFLAGS:= ${CFLAGS:C/-O(2|3|s)/-O/g} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" +.endif + pre-everything:: .if !defined(WITH_MENUBAR_FONTSET) @${ECHO_MSG} "====>" @@ -77,4 +84,4 @@ post-build: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 83d93917cca0..17ffb6e815ea 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -51,6 +51,13 @@ TEXIFILES= ada-mode autotype cc-mode cl dired-x ebrowse ediff \ LATEST_LINK= emacs +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +CFLAGS:= ${CFLAGS:C/-O(2|3|s)/-O/g} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" +.endif + pre-everything:: .if !defined(WITH_MENUBAR_FONTSET) @${ECHO_MSG} "====>" @@ -77,4 +84,4 @@ post-build: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |