diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-12 00:57:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-12 00:57:10 +0000 |
commit | b3bfbdcfa60d60db7f1f0435b4adf3457c996c74 (patch) | |
tree | 730cf9e2ea767c4969535f8f70cfa7e29b61cd54 /editors/emacs23 | |
parent | 9ce6b34139da26b68a37448d3ab0292c4e847e4b (diff) | |
download | ports-b3bfbdcfa60d60db7f1f0435b4adf3457c996c74.tar.gz ports-b3bfbdcfa60d60db7f1f0435b4adf3457c996c74.zip |
Notes
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/files/patch-emacs-arm | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 3e5913ed4052..99d7720bc867 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/emacs23/files/patch-emacs-arm b/editors/emacs23/files/patch-emacs-arm new file mode 100644 index 000000000000..9d3c171b3d4f --- /dev/null +++ b/editors/emacs23/files/patch-emacs-arm @@ -0,0 +1,14 @@ +diff -uNr emacs.orig/files/patch-configure emacs/files/patch-configure +--- emacs.orig/files/patch-configure 1970-01-01 12:00:00.000000000 +1200 ++++ emacs/files/patch-configure 2008-02-08 09:20:46.000000000 +1300 +@@ -0,0 +1,10 @@ ++--- configure.orig Fri Feb 8 09:19:48 2008 +++++ configure Fri Feb 8 09:20:26 2008 ++@@ -2204,6 +2204,7 @@ ++ opsys=freebsd ++ case "${canonical}" in ++ alpha*-*-freebsd*) machine=alpha ;; +++ arm*-*-freebsd*) machine=arm ;; ++ ia64-*-freebsd*) machine=ia64 ;; ++ sparc64-*-freebsd*) machine=sparc ;; ++ powerpc-*-freebsd*) machine=macppc ;; |