diff options
| author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 17:06:44 +0000 |
|---|---|---|
| committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 17:06:44 +0000 |
| commit | a98a506adca85d50fa2966a9225243ed5c1999d6 (patch) | |
| tree | f9caecb20d37c011a7641340c4ea89b08626dd4b /editors/emacs/files/patch-configure.in | |
| parent | Activate editors/emacs21. (diff) | |
Update to 22.1.
Hand over maintainership to keramida.
Notes
Notes:
svn path=/head/; revision=195755
Diffstat (limited to 'editors/emacs/files/patch-configure.in')
| -rw-r--r-- | editors/emacs/files/patch-configure.in | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/emacs/files/patch-configure.in b/editors/emacs/files/patch-configure.in deleted file mode 100644 index 5e487eebe1c8..000000000000 --- a/editors/emacs/files/patch-configure.in +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.in.orig Sun Mar 16 17:06:05 2003 -+++ configure.in Thu Jul 7 00:14:52 2005 -@@ -179,6 +179,19 @@ - machine='' opsys='' unported=no - case "${canonical}" in - -+ ## FreeBSD ports -+ *-*-freebsd* ) -+ opsys=freebsd -+ case "${canonical}" in -+ alpha*-*-freebsd*) machine=alpha ;; -+ amd64-*-freebsd*) machine=amd64 ;; -+ ia64-*-freebsd*) machine=ia64 ;; -+ i[3456]86-*-freebsd*) machine=intel386 ;; -+ sparc64-*-freebsd*) machine=sparc ;; -+ powerpc-*-freebsd*) machine=macppc ;; -+ esac -+ ;; -+ - ## NetBSD ports - *-*-netbsd* ) - opsys=netbsd -@@ -1032,7 +1045,6 @@ - ;; - *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; - *-386bsd* ) opsys=386bsd ;; -- *-freebsd* ) opsys=freebsd ;; - *-nextstep* ) opsys=nextstep ;; - ## Otherwise, we'll fall through to the generic opsys code at the bottom. - esac |
