aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-07-12 15:13:08 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-07-12 15:13:08 +0000
commit4f44e81eca6d0c0a1348c0b2a719c485116c41d4 (patch)
treeaf5162f5fba9d6f2d8349643c9c4fff74a30c477 /editors/emacs22
parent246e6966ffa393fc7458ade5fff32f5eac5ab18a (diff)
downloadports-4f44e81eca6d0c0a1348c0b2a719c485116c41d4.tar.gz
ports-4f44e81eca6d0c0a1348c0b2a719c485116c41d4.zip
Fix termcap problem.
PR: ports/17496 Submitted by: Tetsurou OKAZAKI <okazaki@be.to>
Notes
Notes: svn path=/head/; revision=30518
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/files/patch-ac15
1 files changed, 9 insertions, 6 deletions
diff --git a/editors/emacs22/files/patch-ac b/editors/emacs22/files/patch-ac
index 51b06ef0ff7d..dfad53e9e187 100644
--- a/editors/emacs22/files/patch-ac
+++ b/editors/emacs22/files/patch-ac
@@ -1,5 +1,5 @@
---- src/s/freebsd.h.orig Sun Jun 9 15:14:32 1996
-+++ src/s/freebsd.h Fri Apr 9 18:17:41 1999
+--- src/s/freebsd.h.orig Mon Jun 10 05:14:32 1996
++++ src/s/freebsd.h Tue Jul 11 16:44:14 2000
@@ -1,5 +1,15 @@
/* s/ file for freebsd system. */
@@ -16,15 +16,18 @@
/* '__FreeBSD__' is defined by the preprocessor on FreeBSD-1.1 and up.
Earlier versions do not have shared libraries, so inhibit them.
You can inhibit them on newer systems if you wish
-@@ -34,7 +44,6 @@
+@@ -33,8 +43,9 @@
+
#define LIBS_DEBUG
#define LIBS_SYSTEM -lutil
++#if __FreeBSD_version < 400000
#define LIBS_TERMCAP -ltermcap
-#define LIB_GCC -lgcc
++#endif
#define SYSV_SYSTEM_DIR
-@@ -42,12 +51,33 @@
+@@ -42,12 +53,33 @@
#undef BSD_PGRPS
#define GETPGRP_NO_ARG
@@ -59,7 +62,7 @@
#ifndef N_TRELOFF
#define N_PAGSIZ(x) __LDPGSZ
-@@ -63,6 +93,8 @@
+@@ -63,6 +95,8 @@
#endif /* __FreeBSD__ */
#endif /* NO_SHARED_LIBS */
@@ -68,7 +71,7 @@
#define HAVE_WAIT_HEADER
#define HAVE_GETLOADAVG
/*#define HAVE_GETPAGESIZE /* configure now puts this in config.h */
-@@ -80,6 +112,8 @@
+@@ -80,6 +114,8 @@
#define BSD 199103
#elif __FreeBSD__ == 2
#define BSD 199306