pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libtool
Module Name: pkgsrc
Committed By: joerg
Date: Tue Mar 7 13:21:10 UTC 2017
Modified Files:
pkgsrc/devel/libtool: Makefile.common
Log Message:
Unbreak build in environments with fine grained file system times.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/libtool/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libtool/Makefile.common
diff -u pkgsrc/devel/libtool/Makefile.common:1.83 pkgsrc/devel/libtool/Makefile.common:1.84
--- pkgsrc/devel/libtool/Makefile.common:1.83 Mon Mar 6 16:14:07 2017
+++ pkgsrc/devel/libtool/Makefile.common Tue Mar 7 13:21:10 2017
@@ -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 -B"
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