pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dync Prevent a reference to build directories on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee2da207e9ec
branches:  trunk
changeset: 496695:ee2da207e9ec
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jul 08 21:09:36 2005 +0000

description:
Prevent a reference to build directories on machines that do
not need ldconfig.

diffstat:

 misc/dync/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b706632ad917 -r ee2da207e9ec misc/dync/Makefile
--- a/misc/dync/Makefile        Fri Jul 08 20:53:49 2005 +0000
+++ b/misc/dync/Makefile        Fri Jul 08 21:09:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/06/25 01:36:47 kristerw Exp $
+# $NetBSD: Makefile,v 1.14 2005/07/08 21:09:36 kristerw Exp $
 #
 
 DISTNAME=              dync-1.1
@@ -14,6 +14,6 @@
 BUILD_TARGET=          tst
 USE_TOOLS+=            file_cmd
 CONFIGURE_ENV+=                FILE_CMD="${TOOLS_FILE_CMD}"
-CONFIGURE_ENV+=                LDCONFIG="${TOOLS_LDCONFIG}"
+CONFIGURE_ENV+=                ac_cv_path_LDCONFIG="${TOOLS_LDCONFIG}"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index