pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/fetchmail It's better to fix the configure script...
details: https://anonhg.NetBSD.org/pkgsrc/rev/973cb9e90b11
branches: trunk
changeset: 480573:973cb9e90b11
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 15 07:43:01 2004 +0000
description:
It's better to fix the configure script in pre-configure than in
post-configure.
>From Masanori Mikawa in PR 26952.
diffstat:
mail/fetchmail/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 77fe39eb7e12 -r 973cb9e90b11 mail/fetchmail/Makefile
--- a/mail/fetchmail/Makefile Wed Sep 15 07:10:48 2004 +0000
+++ b/mail/fetchmail/Makefile Wed Sep 15 07:43:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2004/08/05 02:31:24 jlam Exp $
+# $NetBSD: Makefile,v 1.147 2004/09/15 07:43:01 wiz Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 2
@@ -38,7 +38,7 @@
.endif
.if defined(REPLACE_KERBEROS_LIBS)
-post-configure:
+pre-configure:
cd ${WRKSRC} && \
for F in configure.in configure; do \
${SED} -e "s/-lkrb -ldes/-lkrb -ldes -lcom_err -lroken/" \
Home |
Main Index |
Thread Index |
Old Index