diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-20 17:26:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-20 17:26:15 +0000 |
commit | 1bbf96dfaa770dc7462bec1e96a51af121de8a68 (patch) | |
tree | 7e00cc99f433467ac616a52f9246fe06fc56851a /x11 | |
parent | 095dd123e75eef1afb1bfc793998946611292682 (diff) | |
download | pkgsrc-1bbf96dfaa770dc7462bec1e96a51af121de8a68.tar.gz |
Fix build on DragonFly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/distinfo | 4 | ||||
-rw-r--r-- | x11/gdm/patches/patch-ab | 12 | ||||
-rw-r--r-- | x11/gdm/patches/patch-ac | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo index 3c744d03e0c..7825d3a960f 100644 --- a/x11/gdm/distinfo +++ b/x11/gdm/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.38 2006/05/05 10:40:12 drochner Exp $ +$NetBSD: distinfo,v 1.39 2006/05/20 17:26:15 joerg Exp $ SHA1 (gdm-2.14.5.tar.bz2) = 00757ebfb29f67ffb2c7d01121ab95432c7f898e RMD160 (gdm-2.14.5.tar.bz2) = 17aceb6eaed470efff4acb95acdd4fe702c6c3df Size (gdm-2.14.5.tar.bz2) = 3041754 bytes SHA1 (patch-aa) = 2b7112cd5670f99b261765f47a6b70b73c0f42a0 +SHA1 (patch-ab) = b5dde01828ce7289e53af319c92532b1231ca593 +SHA1 (patch-ac) = 69b3539e50af0b32207b9ffeb7cb01645c9ece3c SHA1 (patch-ae) = 87f26d19ec42eacef853df1b0cf680dae102d3fd SHA1 (patch-ak) = e3eaf2dfa1e393f9808d22fe4384710a46a83afc diff --git a/x11/gdm/patches/patch-ab b/x11/gdm/patches/patch-ab new file mode 100644 index 00000000000..f4c23eb56a0 --- /dev/null +++ b/x11/gdm/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.15 2006/05/20 17:26:16 joerg Exp $ + +--- daemon/gdmconfig.c.orig 2006-05-20 16:43:50.000000000 +0000 ++++ daemon/gdmconfig.c +@@ -38,6 +38,7 @@ + #include <ctype.h> + #include <fcntl.h> + #include <sys/types.h> ++#include <sys/time.h> + #include <sys/resource.h> + #include <sys/stat.h> + #include <signal.h> diff --git a/x11/gdm/patches/patch-ac b/x11/gdm/patches/patch-ac new file mode 100644 index 00000000000..e0abebab177 --- /dev/null +++ b/x11/gdm/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.7 2006/05/20 17:26:16 joerg Exp $ + +--- daemon/server.c.orig 2006-05-20 16:59:28.000000000 +0000 ++++ daemon/server.c +@@ -28,6 +28,7 @@ + #include <pwd.h> + #include <grp.h> + #include <sys/types.h> ++#include <sys/time.h> + #include <sys/resource.h> + #include <sys/stat.h> + #include <sys/wait.h> |