pkgsrc/misc/most/patches/patch-aa
jtb bec49f9237 Update to most-4.9.0.
Changes since 4.8.1
1. Apparantly, the binary flag +b is not valid with POSIX popen.
2. Screen resize code modified so that most works in a SunOS cmdtool.
3. Color support added.  Use `most -C' to disable.
4. Ported to Mingw32 (GNU C)
2001-04-20 22:20:50 +00:00

18 lines
539 B
Text

$NetBSD: patch-aa,v 1.4 2001/04/20 22:20:51 jtb Exp $
--- configure.orig Fri Apr 20 22:08:26 2001
+++ configure
@@ -2363,12 +2363,7 @@
# the other directories may have a better chance of containing a more recent
# version.
-JD_Search_Dirs="$JD_Search_Dirs \
- $includedir,$libdir \
- /usr/local/include,/usr/local/lib \
- /usr/include,/usr/lib \
- /usr/include/slang,/usr/lib \
- /usr/include/slang,/usr/lib/slang"
+JD_Search_Dirs="$prefix/include,$prefix/lib"
echo looking for the SLANG library