aboutsummaryrefslogtreecommitdiffstats
path: root/net/slirp/files
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-05-19 16:03:14 +0800
committerdemon <demon@FreeBSD.org>2003-05-19 16:03:14 +0800
commitd60f0bb495e0e04e74375af9a28c509f409a9f9a (patch)
treee8f53ae76cd5167487c94627940e0a9347ea5462 /net/slirp/files
parentb2ee91507c4d2ba330077747588ca1316e358cc0 (diff)
downloadfreebsd-ports-gnome-d60f0bb495e0e04e74375af9a28c509f409a9f9a.tar.gz
freebsd-ports-gnome-d60f0bb495e0e04e74375af9a28c509f409a9f9a.tar.zst
freebsd-ports-gnome-d60f0bb495e0e04e74375af9a28c509f409a9f9a.zip
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
Diffstat (limited to 'net/slirp/files')
-rw-r--r--net/slirp/files/patch-configure16
1 files changed, 11 insertions, 5 deletions
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