summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 04:13:40 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 04:13:40 +0000
commita4cd2b431c04db355ddea3b594f7968d09307986 (patch)
tree90f8c24d9eb26e6a5c4bc0b0434c8452ab95c80e /editors/jed
parentMark BROKEN for ELF: (diff)
Unbreak.
Submitted by: steve
Notes
Notes: svn path=/head/; revision=13997
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile4
-rw-r--r--editors/jed/files/patch-aa11
2 files changed, 12 insertions, 3 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index dce39b04855d..0fa4080c51c3 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 APR 1997
# Whom: eric
#
-# $Id: Makefile,v 1.5 1998/09/25 10:18:39 asami Exp $
+# $Id: Makefile,v 1.6 1998/10/13 01:25:32 jseger Exp $
#
DISTNAME= jed0.98-7
@@ -15,8 +15,6 @@ PATCH_SITES= ftp://space.mit.edu/pub/davis/jed/
PATCHFILES= BUGS
PATCH_DIST_STRIP= -p1
-BROKEN_ELF= libslang.so: undefined reference to tgetnum
-
MAINTAINER= eric@cybernut.com
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
diff --git a/editors/jed/files/patch-aa b/editors/jed/files/patch-aa
new file mode 100644
index 000000000000..82a6a36400ef
--- /dev/null
+++ b/editors/jed/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Tue Oct 13 19:12:49 1998
++++ src/Makefile.in Tue Oct 13 19:13:55 1998
+@@ -121,7 +121,7 @@
+ rgrep: $(OBJDIR)/rgrep
+ @echo rgrep created in $(OBJDIR)
+ $(OBJDIR)/rgrep: $(OBJDIR)/vfile.o $(OBJDIR)/rgrep.o
+- cd $(OBJDIR); $(CC) vfile.o rgrep.o -o rgrep $(LDFLAGS) -L$(SLANG_LIB_DIR) -lslang
++ cd $(OBJDIR); $(CC) vfile.o rgrep.o -o rgrep $(LDFLAGS) -L$(SLANG_LIB_DIR) -lslang $(TERMCAP_LIB)
+ #
+ getmail: $(OBJDIR)/getmail
+ @echo getmail created in $(OBJDIR)