diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 00:34:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 00:34:57 +0000 |
commit | a65e03a321ff384e72e7339e1ceaa14fb2b9acfc (patch) | |
tree | 1b75368f7898a95bc13bde3646cb4c88e79a76d7 /misc/most | |
parent | e82e5fb29646529bcbe77b24f89c5b922ceedfd0 (diff) | |
download | pkgsrc-a65e03a321ff384e72e7339e1ceaa14fb2b9acfc.tar.gz |
search ${PREFIX} for includes, libs
Diffstat (limited to 'misc/most')
-rw-r--r-- | misc/most/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/most/patches/patch-aa b/misc/most/patches/patch-aa new file mode 100644 index 00000000000..f7c0779bb5b --- /dev/null +++ b/misc/most/patches/patch-aa @@ -0,0 +1,10 @@ +--- configure.BAK Sun Oct 26 02:19:26 1997 ++++ configure Sun Oct 26 02:20:57 1997 +@@ -1934,6 +1934,7 @@ + # 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 \ |