1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/pdmenu/files/patch-aa
Steve Price 1d080781b8 Initial import of pdmenu version 1.2.38.
A simple console menu program.

PR:		9439
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-01-18 04:42:16 +00:00

12 lines
700 B
Plaintext

--- configure.in.orig Sat Jan 9 14:08:32 1999
+++ configure.in Sat Jan 9 14:10:14 1999
@@ -46,7 +46,7 @@
dnl The function we check for in libslang is important, because
dnl we need to make sure we have the right version of slang.
AC_CHECK_LIB(slang, SLsig_block_signals,,
- AC_MSG_ERROR(can't find required slang library or library is obsolete. Try setting the SLANG_LIB_LOC environment variable to point to the directory containing the slang library.))
+ AC_MSG_ERROR(can't find required slang library or library is obsolete. Try setting the SLANG_LIB_LOC environment variable to point to the directory containing the slang library.),-ltermcap)
dnl Checks for header files.
AC_HEADER_STDC