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:
parent
629b964108
commit
31961ec2f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369171
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user