diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-26 16:50:03 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-26 16:50:03 +0000 |
commit | 18283fe6be54e8d94986846cfa3b3e976c154a86 (patch) | |
tree | 81e33ae339e5e019fbce07fe46234965dc20917f /editors/xemacs21 | |
parent | 8678cbcbf2decd2b796338e55dec57c788b5e810 (diff) | |
download | ports-18283fe6be54e8d94986846cfa3b3e976c154a86.tar.gz ports-18283fe6be54e8d94986846cfa3b3e976c154a86.zip |
Fix a (assumed) cut-n-paste bug.
Notes
Notes:
svn path=/head/; revision=23346
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/files/patch-af | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs21/files/patch-af b/editors/xemacs21/files/patch-af index 11154b4c8035..95171887c7e8 100644 --- a/editors/xemacs21/files/patch-af +++ b/editors/xemacs21/files/patch-af @@ -7,6 +7,7 @@ + *-*-freebsd* ) opsys=freebsd ;; *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; + *-*-nextstep* ) opsys=nextstep ;; @@ -11108,7 +11108,7 @@ if test "$with_database_berkdb" != "no"; then echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6 |