diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-19 08:03:14 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-19 08:03:14 +0000 |
commit | 01fb33beca00ff7eba38a184ce8d0b8ddba2494a (patch) | |
tree | e155b22a20d40f3190cbd96e5ebee1ca3a67070e /net | |
parent | Update to 1.0.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=81350
Diffstat (limited to 'net')
-rw-r--r-- | net/slirp/Makefile | 8 | ||||
-rw-r--r-- | net/slirp/files/patch-configure | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile index 874a74712594..9e36f77163e3 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -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> diff --git a/net/slirp/files/patch-configure b/net/slirp/files/patch-configure index ab7a3e96efdd..1dce0a5d6626 100644 --- a/net/slirp/files/patch-configure +++ b/net/slirp/files/patch-configure @@ -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 |