From 01fb33beca00ff7eba38a184ce8d0b8ddba2494a Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Mon, 19 May 2003 08:03:14 +0000 Subject: 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 --- net/slirp/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'net/slirp/Makefile') 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 - -.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 +.include -- cgit v1.2.3