diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /editors/emacs23/files/patch-configure.in | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'editors/emacs23/files/patch-configure.in')
-rw-r--r-- | editors/emacs23/files/patch-configure.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/editors/emacs23/files/patch-configure.in b/editors/emacs23/files/patch-configure.in deleted file mode 100644 index 6e50c0ea2567..000000000000 --- a/editors/emacs23/files/patch-configure.in +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in.orig Sun Mar 16 17:06:05 2003 -+++ configure.in Thu Mar 18 13:31:10 2004 -@@ -179,6 +179,18 @@ - 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 ;; -+ esac -+ ;; -+ - ## NetBSD ports - *-*-netbsd* ) - opsys=netbsd -@@ -1032,7 +1044,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 |