From 490a0c3acaee7357455ef9ade6b7b38f14bc6223 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 24 Jun 2001 20:53:28 +0000 Subject: Update to version 1.2.1. --- editors/hexedit/files/patch-ab | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 editors/hexedit/files/patch-ab (limited to 'editors/hexedit/files/patch-ab') diff --git a/editors/hexedit/files/patch-ab b/editors/hexedit/files/patch-ab deleted file mode 100644 index 05a59be69775..000000000000 --- a/editors/hexedit/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.in.orig Thu Sep 10 17:23:35 1998 -+++ configure.in Sun Dec 6 15:31:53 1998 -@@ -23,10 +23,11 @@ - AC_PROG_INSTALL - - dnl Checks for libraries. --AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses", --AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses")) -+AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses", -+AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses")) - - dnl Checks for header files. -+AC_CHECK_HEADER(ncurses.h, [AC_DEFINE(HAVE_NCURSES_H)]) - AC_HEADER_STDC - AC_HEADER_SYS_WAIT - AC_CHECK_HEADERS(fcntl.h unistd.h) -- cgit v1.2.3