summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-08 17:22:16 +0000
committerwiz <wiz>2009-01-08 17:22:16 +0000
commitd7f0e79e16265ed71152401254a41265b48849b5 (patch)
tree0c918a61059d0741aab3e922dc1da5d9b5a20790 /www
parent8a8f77c3ca5e59ccda572cbd4d7ef0530ef0c871 (diff)
downloadpkgsrc-d7f0e79e16265ed71152401254a41265b48849b5.tar.gz
Some cleanup.
Diffstat (limited to 'www')
-rw-r--r--www/curl/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 9069cfb4ff3..9a7d9b7bc42 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2009/01/08 16:25:45 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2009/01/08 17:22:16 wiz Exp $
DISTNAME= curl-7.19.2
CATEGORIES= www
@@ -20,8 +20,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
-# Work around an ICE on sparc64 with gcc2
-CONFIGURE_ENV+= F77=${FALSE:Q}
.include "../../mk/bsd.prefs.mk"
@@ -35,23 +33,6 @@ PRIVILEGED_STAGES+= clean
.endif
.include "options.mk"
-#
-# XXXbjs CHANGES claims this is fixed. I have left it here commented out
-# in case this is not so.
-#
-#post-configure:
-# if ${GREP} '#define HAVE_SYS_SELECT_H 1' ${WRKSRC}/src/config.h \
-# >/dev/null; \
-# then \
-# line='#include <sys/select.h>'; \
-# else \
-# line='/* sys/select.h not included because it does not exist */'; \
-# fi; \
-# ${SED} -e "s|__INCLUDE_SYS_SELECT_H__|$${line}|" \
-# <${WRKSRC}/include/curl/multi.h \
-# >${WRKSRC}/include/curl/multi.h.new; \
-# ${MV} ${WRKSRC}/include/curl/multi.h.new \
-# ${WRKSRC}/include/curl/multi.h
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/curl