summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authordrochner <drochner>2004-02-25 20:13:09 +0000
committerdrochner <drochner>2004-02-25 20:13:09 +0000
commitfce7e78d1d2abf6ddca599616532cb46a4a7d425 (patch)
tree7bf1a65c75454d31a6b5708af585e79630a2837b /net/wget
parent327033dec286b14f1eb7e6273d7860f11f8d7cbf (diff)
downloadpkgsrc-fce7e78d1d2abf6ddca599616532cb46a4a7d425.tar.gz
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 (limited to 'net/wget')
-rw-r--r--net/wget/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 192ed3361ec..e64b487f9e4 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -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 @@ FIX_RPATH+= OPENSSL_LDFLAGS
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