pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wget The test for sigsetjmp() is botched becayse i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c02471aad1b
branches: trunk
changeset: 469614:9c02471aad1b
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Feb 25 20:13:09 2004 +0000
description:
The test for sigsetjmp() is botched becayse it doesn't include <setjmp.h>.
Just tell the configure script that it exists.
Fixes build an amd64.
diffstat:
net/wget/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1586f512b366 -r 9c02471aad1b net/wget/Makefile
--- a/net/wget/Makefile Wed Feb 25 19:19:45 2004 +0000
+++ b/net/wget/Makefile Wed Feb 25 20:13:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2004/02/14 17:21:49 jlam Exp $
+# $NetBSD: Makefile,v 1.71 2004/02/25 20:13:09 drochner Exp $
DISTNAME= wget-1.9.1
CATEGORIES= net
@@ -24,6 +24,7 @@
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= OPENSSL_LDFLAGS="${OPENSSL_LDFLAGS}"
+CONFIGURE_ENV+= ac_cv_func_sigsetjmp=yes
EGDIR= ${PREFIX}/share/examples/wget
CONF_FILES= ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc
Home |
Main Index |
Thread Index |
Old Index