summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-21 10:40:41 +0000
committeragc <agc@pkgsrc.org>1999-04-21 10:40:41 +0000
commit2ad58442ab9bd500a6f2d916fb5ec78622fc71ef (patch)
tree1f008fe9e848e1e05fda6dc73a6bc0a01f485237
parentd519aa52b0537371b2adf7fbfbf88ec5be9f9cde (diff)
downloadpkgsrc-2ad58442ab9bd500a6f2d916fb5ec78622fc71ef.tar.gz
Fix the LSOF_RANLIB target under Solaris in the generated lib Makefile.
-rw-r--r--sysutils/lsof/patches/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa
index 2d98b160a15..78dedcf178c 100644
--- a/sysutils/lsof/patches/patch-aa
+++ b/sysutils/lsof/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 1999/03/28 17:29:53 christos Exp $
+$NetBSD: patch-aa,v 1.7 1999/04/21 10:40:41 agc Exp $
--- Configure.orig Sat Feb 27 10:40:33 1999
+++ Configure Sun Mar 28 11:53:00 1999
@@ -17,3 +17,12 @@ $NetBSD: patch-aa,v 1.6 1999/03/28 17:29:53 christos Exp $
fi # }
fi # }
rm -rf dialects/n+obsd/uvm_include
+@@ -2921,7 +2928,7 @@
+ then
+ echo "AR= $LSOF_AR" >> ${LSOF_LIB}/$LSOF_LIBMKF
+ fi # }
+- if test "X$LSOF_RANLIB" != "X" # {
++ if test "X$LSOF_TGT" = "Xsolaris" -o "X$LSOF_RANLIB" != "X" # {
+ then
+ echo "RANLIB= $LSOF_RANLIB" >> ${LSOF_LIB}/$LSOF_LIBMKF
+ fi # }