From 816abf507412e70e9792e0be672e5aab40838353 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 8 Jul 2007 18:05:31 +0000 Subject: Fix the build on months > July but < October and days > 7 but less than 10. Weird, huh? Obtained from: GNOME SVN git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9151 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-session/files/patch-configure | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11/gnome-session/files/patch-configure (limited to 'x11') diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure new file mode 100644 index 000000000..2029c3226 --- /dev/null +++ b/x11/gnome-session/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig 2007-07-08 14:01:31.000000000 -0400 ++++ configure 2007-07-08 14:03:25.000000000 -0400 +@@ -27209,13 +27209,13 @@ fi + + + +-GNOME_SESSION_TARBALL=`date +%d` ++GNOME_SESSION_TARBALL=`date +%e` + + cat >>confdefs.h <<_ACEOF + #define GNOME_SESSION_TARBALL_DAY $GNOME_SESSION_TARBALL + _ACEOF + +-GNOME_SESSION_TARBALL=`date +%m` ++GNOME_SESSION_TARBALL=`date +%m | sed 's/^0//'` + + cat >>confdefs.h <<_ACEOF + #define GNOME_SESSION_TARBALL_MONTH $GNOME_SESSION_TARBALL -- cgit v1.2.3