1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Remove USE_AUTOTOOLS

This commit is contained in:
Tijl Coosemans 2014-09-24 12:10:53 +00:00
parent 629b964108
commit 31961ec2f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369171
2 changed files with 1 additions and 14 deletions

View File

@ -13,9 +13,9 @@ COMMENT= World wide web server benchmarking with SSL support
WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src
GNU_CONFIGURE= yes
USES= tar:tgz
USE_OPENSSL= yes
USE_AUTOTOOLS= autoconf213
ALL_TARGET= install
MAKE_JOBS_UNSAFE= yes

View File

@ -1,13 +0,0 @@
--- configure.in.orig Fri Jun 16 05:55:49 2000
+++ configure.in Fri Oct 27 15:15:36 2000
@@ -79,8 +79,9 @@
# Replace `main' with a function in -lm:
AC_CHECK_LIB(m, floor)
-AC_CHECK_LIB(nsl, gethostbyname)
-AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
+#AC_CHECK_LIB(nsl, gethostbyname)
+#AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
+AC_CHECK_LIB(c, connect)
#
# checks for header files