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/slirp/Makefile | |
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 '')
-rw-r--r-- | net/slirp/Makefile | 8 |
1 files changed, 1 insertions, 7 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> |