diff options
Diffstat (limited to 'net/ncftp2/patches/patch-ac')
-rw-r--r-- | net/ncftp2/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ncftp2/patches/patch-ac b/net/ncftp2/patches/patch-ac new file mode 100644 index 00000000000..60955c2b5b3 --- /dev/null +++ b/net/ncftp2/patches/patch-ac @@ -0,0 +1,11 @@ +--- configure.orig Mon Oct 28 08:26:46 1996 ++++ configure Sun Feb 22 21:23:03 1998 +@@ -1075,7 +1075,7 @@ + echo "checking for extra include and lib directories..." 1>&6 + b1=`cd .. ; pwd` + b2=`cd ../.. ; pwd` +-exdirs="$HOME $j $b1 $b2 $prefix /usr/local /usr/ccs" ++exdirs="$HOME $j $b1 $b2 $prefix /usr/ccs" + + subexdirs="-" + if test "$subexdirs" = "" ; then |