diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-30 18:27:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-30 18:27:32 +0000 |
commit | 431a32821cd9c7317c3619ed160c6e6f33f2ee78 (patch) | |
tree | abf6b2efab74c7198465ffd6c8fb92e84b43b9f4 /archivers/dact | |
parent | 5c310464fc8a1656d2c089015c741f7bca791bfe (diff) | |
download | pkgsrc-431a32821cd9c7317c3619ed160c6e6f33f2ee78.tar.gz |
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 (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 3a21260c62b..13d522f219e 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 |