pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool Unbreak build in environments with fine ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7857a059ca4
branches:  trunk
changeset: 359332:d7857a059ca4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Mar 07 13:21:10 2017 +0000

description:
Unbreak build in environments with fine grained file system times.

diffstat:

 devel/libtool/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 5dbd1ac24c4d -r d7857a059ca4 devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common     Tue Mar 07 10:43:05 2017 +0000
+++ b/devel/libtool/Makefile.common     Tue Mar 07 13:21:10 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.83 2017/03/06 16:14:07 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.84 2017/03/07 13:21:10 joerg Exp $
 # used by devel/libltdl/Makefile
 # used by devel/libtool-base/Makefile
 # used by devel/libtool-fortran/Makefile
@@ -76,4 +76,4 @@
 CONFIGURE_ENV+=                lt_cv_path_NM=${NM:Q}
 .endif
 
-CONFIGURE_ENV+=                RANLIB=${RANLIB:Q}
+CONFIGURE_ENV+=                RANLIB=${RANLIB:Q} HELP2MAN=${TRUE:Q}



Home | Main Index | Thread Index | Old Index