diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-09 16:16:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-09 16:16:56 +0000 |
commit | 21473236f52cb54289b21dacb6fbcea552b800cc (patch) | |
tree | f38b9059a4dfedfc48f7a42b3e95e281781e1215 /security/PAM/patches | |
parent | fd83bf2d0acf20f5db10049649d2199fffbb6c9d (diff) | |
download | pkgsrc-21473236f52cb54289b21dacb6fbcea552b800cc.tar.gz |
fix compilation problems on systems that don't have ldconfig.
Diffstat (limited to 'security/PAM/patches')
-rw-r--r-- | security/PAM/patches/patch-at | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/PAM/patches/patch-at b/security/PAM/patches/patch-at new file mode 100644 index 00000000000..21758e6c0f0 --- /dev/null +++ b/security/PAM/patches/patch-at @@ -0,0 +1,11 @@ +$NetBSD: patch-at,v 1.3 2003/02/09 16:16:57 dmcmahill Exp $ + +--- Make.Rules.in.orig Thu Jun 27 00:04:54 2002 ++++ Make.Rules.in Sun Feb 9 11:02:40 2003 +@@ -96,5 +96,5 @@ + LD_D=@LD_D@ + LD_L=@LD_L@ +-LDCONFIG=@LDCONFIG@ ++LDCONFIG=${PKG_LDCONFIG} + DYNTYPE=@DYNTYPE@ + USESONAME=@USESONAME@ |