pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/smtpfeed Be more aggressive: broken configure scr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ac0f6374344
branches:  trunk
changeset: 513777:7ac0f6374344
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 03 00:45:15 2006 +0000

description:
Be more aggressive: broken configure script checks if libexecdir exists
at configure time.

diffstat:

 mail/smtpfeed/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 38aac0baeecf -r 7ac0f6374344 mail/smtpfeed/Makefile
--- a/mail/smtpfeed/Makefile    Sat Jun 03 00:28:06 2006 +0000
+++ b/mail/smtpfeed/Makefile    Sat Jun 03 00:45:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/06/02 13:55:47 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2006/06/03 00:45:15 joerg Exp $
 
 DISTNAME=      smtpfeed-1.18
 PKGREVISION=   1
@@ -18,6 +18,8 @@
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --libexecdir=${PREFIX:Q}/libexec
+# configure tries to be clever, so force our setting
+CONFIGURE_ENV+=        my_cv_path_lib_exec=${PREFIX:Q}/libexec
 # use bind8?
 #CONFIGURE_ARGS+=      --with-bind8
 



Home | Main Index | Thread Index | Old Index