pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/dact Disable mcrypt library detection by con...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a6dbebf03b7
branches: trunk
changeset: 471741:3a6dbebf03b7
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Mar 30 18:27:32 2004 +0000
description:
Disable mcrypt library detection by configure explicitly, because it
is not used. Otherwise this package doesn't build when non-pkgsrc
mcrypt library is detected.
diffstat:
archivers/dact/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5d055a798684 -r 3a6dbebf03b7 archivers/dact/Makefile
--- a/archivers/dact/Makefile Tue Mar 30 18:26:44 2004 +0000
+++ b/archivers/dact/Makefile Tue Mar 30 18:27:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/30 18:27:32 minskim Exp $
#
DISTNAME= dact-0.8.3
@@ -15,6 +15,7 @@
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ENV+= ac_cv_lib_mcrypt_main=no
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dact
Home |
Main Index |
Thread Index |
Old Index