diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:58:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:58:32 +0000 |
commit | b391cd0fc050d13113f9eb7a87ba235f90de4717 (patch) | |
tree | e262adec0afe36973060d88d45e721a8434d72ed /editors/hexedit/files/patch-ab | |
parent | Activate the amaya port. (diff) |
Update to version 1.0.0 and use ncurses in the base system.
PR: 9121
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15984
Diffstat (limited to 'editors/hexedit/files/patch-ab')
-rw-r--r-- | editors/hexedit/files/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/hexedit/files/patch-ab b/editors/hexedit/files/patch-ab new file mode 100644 index 000000000000..05a59be69775 --- /dev/null +++ b/editors/hexedit/files/patch-ab @@ -0,0 +1,16 @@ +--- 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) |