diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-27 00:31:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-27 00:31:17 +0000 |
commit | b7c60f7ebf85c764185d09041f05d514e21e5bbb (patch) | |
tree | 0be9cb413d2fe60a5eb7c791271367a29fc43fe2 | |
parent | 0cfb7fc99e9be9b3581d6b795b7bc4fb0f6c086e (diff) | |
download | freebsd-ports-b7c60f7ebf85c764185d09041f05d514e21e5bbb.zip |
Don't redefine size_t. This lets gdm build on -stable again.
Reported by: Sean McNeil <sean@mcneil.com>
-rw-r--r-- | x11/gdm2/files/patch-configure | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/x11/gdm2/files/patch-configure b/x11/gdm2/files/patch-configure index 740079442e32..7a687fb047d0 100644 --- a/x11/gdm2/files/patch-configure +++ b/x11/gdm2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon May 20 23:47:49 2002 -+++ configure Mon May 20 23:47:42 2002 -@@ -7371,6 +7371,7 @@ +--- configure.orig Sat Jun 8 00:21:44 2002 ++++ configure Wed Jun 26 20:30:11 2002 +@@ -7395,6 +7395,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,7 +8,16 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10963,6 +10964,53 @@ +@@ -8530,6 +8531,8 @@ + cat >conftest.$ac_ext <<_ACEOF + #line 8531 "configure" + #include "confdefs.h" ++#include <sys/types.h> ++#include <sys/socket.h> + $ac_includes_default + int + main () +@@ -11116,6 +11119,53 @@ GDMOPEN=gdmopen fi done |