diff options
Diffstat (limited to 'x11/gdm2/files/patch-configure')
-rw-r--r-- | x11/gdm2/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gdm2/files/patch-configure b/x11/gdm2/files/patch-configure new file mode 100644 index 000000000..cbbc44334 --- /dev/null +++ b/x11/gdm2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jun 28 18:15:07 2003 ++++ configure Sat Jun 28 18:15:08 2003 +@@ -20222,6 +20222,8 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include <sys/types.h> ++#include <sys/socket.h> + $ac_includes_default + int + main () |