diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-27 00:31:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-27 00:31:17 +0000 |
commit | a99ef9288715262836783437a4b2d0f53ffd1346 (patch) | |
tree | b9cee27296fa3684947605a9bb175ad328831801 /x11/gdm2 | |
parent | 4e44eb0155c80074254df707efbdd904c4a46417 (diff) | |
download | FreeBSD-ports-a99ef9288715262836783437a4b2d0f53ffd1346.zip FreeBSD-ports-a99ef9288715262836783437a4b2d0f53ffd1346.tar.gz |
Don't redefine size_t. This lets gdm build on -stable again.
Reported by: Sean McNeil <sean@mcneil.com>
Diffstat (limited to 'x11/gdm2')
-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 7400794..7a687fb04 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 |