From 1b53d3e807bd6a8f322561ac3842ac29cf5aafd5 Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Mon, 17 Apr 2006 22:04:22 +0000
Subject: Add missing header files so that functions returning pointers are
 properly prototyped.

Reported by:	Pascal Hofstee <caelian@gmail.com>


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6083 df743ca5-7f9a-e211-a948-0013205c9059
---
 x11/gnomesession/Makefile                                   |  3 ++-
 x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c | 10 ++++++++++
 x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c     | 10 ++++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c
 create mode 100644 x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c

(limited to 'x11/gnomesession')

diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile
index 1aa0aa74e..b4f55b283 100644
--- a/x11/gnomesession/Makefile
+++ b/x11/gnomesession/Makefile
@@ -3,11 +3,12 @@
 # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
 #
 # $FreeBSD$
-#   $MCom: ports/x11/gnomesession/Makefile,v 1.80 2006/04/10 13:10:49 ahze Exp $
+#   $MCom: ports/x11/gnomesession/Makefile,v 1.81 2006/04/13 07:52:40 bland Exp $
 #
 
 PORTNAME=	gnomesession
 PORTVERSION=	2.14.1
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME} \
 		${MASTER_SITE_LOCAL:S/$/:local/} \
diff --git a/x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c b/x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c
new file mode 100644
index 000000000..da4950d05
--- /dev/null
+++ b/x11/gnomesession/files/patch-gnome-session_gsm-at-startup.c
@@ -0,0 +1,10 @@
+--- gnome-session/gsm-at-startup.c.orig	Mon Apr 17 18:00:38 2006
++++ gnome-session/gsm-at-startup.c	Mon Apr 17 18:00:57 2006
+@@ -2,6 +2,7 @@
+ #include <string.h>
+ 
+ #include "gsm-at-startup.h"
++#include "util.h"
+ 
+ #include <gdk/gdk.h>
+ #include <libgnome/libgnome.h>
diff --git a/x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c b/x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c
new file mode 100644
index 000000000..8eae88069
--- /dev/null
+++ b/x11/gnomesession/files/patch-gnome-session_gsm-xrandr.c
@@ -0,0 +1,10 @@
+--- gnome-session/gsm-xrandr.c.orig	Mon Apr 17 17:59:38 2006
++++ gnome-session/gsm-xrandr.c	Mon Apr 17 17:59:50 2006
+@@ -3,6 +3,7 @@
+ #include <gconf/gconf-client.h>
+ 
+ #include "gsm-xrandr.h"
++#include "util.h"
+ 
+ #ifdef HAVE_RANDR
+ #include <stdio.h>
-- 
cgit v1.2.3