mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Unbreak on -current:
Configure script makes too many conclusions based on the fact we have grantpt() function. Pretend that we do not have one to fix the build. Reminded by: kris
This commit is contained in:
parent
974737bc5f
commit
01fb33beca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81350
2 changed files with 12 additions and 12 deletions
|
@ -17,12 +17,6 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A (C)SLIP/PPP emulator for users with shell accounts
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
# serious LP64 issues
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
|
@ -37,4 +31,4 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Mon Jul 22 00:48:09 2002
|
||||
+++ configure Mon Jul 22 00:48:28 2002
|
||||
--- configure.orig Mon Mar 26 07:47:44 2001
|
||||
+++ configure Mon May 19 11:55:11 2003
|
||||
@@ -846,9 +846,9 @@
|
||||
echo "$ac_t""$CPP" 1>&6
|
||||
|
||||
|
@ -15,3 +12,12 @@ $FreeBSD$
|
|||
echo "WARNING: Not using GCC to compile may be hazzardous to your health."
|
||||
echo " If you can get Slirp to compile and run w/o GCC, notify us so"
|
||||
echo " we can test for which compiler you're using. RedWolf recommends"
|
||||
@@ -1927,7 +1927,7 @@
|
||||
|
||||
|
||||
|
||||
-for ac_func in strdup strerror random srandom index bcmp drand48 memmove setenv inet_aton revoke grantpt fchmod
|
||||
+for ac_func in strdup strerror random srandom index bcmp drand48 memmove setenv inet_aton revoke fchmod
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:1934: checking for $ac_func" >&5
|
||||
|
|
Loading…
Add table
Reference in a new issue