diff options
author | tv <tv> | 1998-07-15 14:16:21 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-15 14:16:21 +0000 |
commit | ae4b1eaf438e3b8cc066d32a88b22ab0bfd901cf (patch) | |
tree | 4531cd3f7777c3eb8251d7f68067fa1e5ec836b3 /misc/most/patches | |
parent | 8b9465dbfa5841f03b5e2768eec2407bf121a882 (diff) | |
download | pkgsrc-ae4b1eaf438e3b8cc066d32a88b22ab0bfd901cf.tar.gz |
Update most to 4.8.1.
Diffstat (limited to 'misc/most/patches')
-rw-r--r-- | misc/most/patches/patch-aa | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/misc/most/patches/patch-aa b/misc/most/patches/patch-aa index f7c0779bb5b..fe8dae35325 100644 --- a/misc/most/patches/patch-aa +++ b/misc/most/patches/patch-aa @@ -1,10 +1,15 @@ ---- configure.BAK Sun Oct 26 02:19:26 1997 -+++ configure Sun Oct 26 02:20:57 1997 -@@ -1934,6 +1934,7 @@ +--- configure.orig Wed Jul 15 10:03:01 1998 ++++ configure Wed Jul 15 10:06:03 1998 +@@ -2361,11 +2361,7 @@ + # the other directories may have a better chance of containing a more recent # version. - JD_Search_Dirs="$JD_Search_Dirs \ -+ $prefix/include,${prefix}/lib \ - /usr/local/include,/usr/local/lib \ - /usr/include,/usr/lib \ - /usr/include/slang,/usr/lib \ +-JD_Search_Dirs="$JD_Search_Dirs \ +- /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 + |