summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-01-14 14:05:09 +0000
committershige <shige@FreeBSD.org>2000-01-14 14:05:09 +0000
commit82450d02192870c96bb856f6c1400bc31838800b (patch)
tree5c71981d3344bd556617fa333a2479c0253dca3b /editors
parentfa8963f0995ea1222de76637d0e8095a9683ad49 (diff)
downloadFreeBSD-ports-82450d02192870c96bb856f6c1400bc31838800b.zip
FreeBSD-ports-82450d02192870c96bb856f6c1400bc31838800b.tar.gz
Fix problems related to change with libtermcap/libncurses in current.
Merged from editors/emacs20 fix.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs20-dl/files/patch-ca13
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/emacs20-dl/files/patch-ca b/editors/emacs20-dl/files/patch-ca
index 7b2ecd2..082fd54 100644
--- a/editors/emacs20-dl/files/patch-ca
+++ b/editors/emacs20-dl/files/patch-ca
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig Thu Nov 19 00:28:38 1998
-+++ src/Makefile.in Thu Nov 19 00:30:14 1998
+--- src/Makefile.in.orig Fri Jan 14 23:02:09 2000
++++ src/Makefile.in Fri Jan 14 23:02:43 2000
@@ -126,6 +126,10 @@
#define LIBS_MACHINE
#endif
@@ -23,6 +23,15 @@
#else
#define LINKER $(CC) -nostdlib -rdynamic -Wl,-rpath,${archlibdir}
#endif
+@@ -569,7 +577,7 @@
+ #define LIBS_TERMCAP
+ termcapobj = termcap.o tparam.o
+ #else /* LIBS_TERMCAP */
+-termcapobj = tparam.o
++termcapobj = terminfo.o
+ #endif /* LIBS_TERMCAP */
+ #endif /* ! defined (TERMINFO) */
+
@@ -814,7 +822,7 @@
duplicated symbols. If the standard libraries were compiled
with GCC, we might need gnulib again after them. */
OpenPOWER on IntegriCloud