summaryrefslogtreecommitdiffstats
path: root/package/libgtk12/timezone-fix.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-09-12 20:12:08 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-09-12 20:12:08 +0200
commit0716faa9be168506fb3d97eb69c115755eacfdcf (patch)
tree4d80df1d625c7d5aad7370fba2a2bcbb4205e382 /package/libgtk12/timezone-fix.patch
parent017f3e84478137fa3b11e5c4b709864dc03d4a45 (diff)
downloadbuildroot-novena-0716faa9be168506fb3d97eb69c115755eacfdcf.tar.gz
buildroot-novena-0716faa9be168506fb3d97eb69c115755eacfdcf.zip
libgtk12: Remove deprecated package
The Gtk 1.x is now very old, and Gtk 2.x has been around for a long time now. Besides Dillo that just got removed, we no longer have any package that depend on Gtk 1.x. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgtk12/timezone-fix.patch')
-rw-r--r--package/libgtk12/timezone-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/libgtk12/timezone-fix.patch b/package/libgtk12/timezone-fix.patch
deleted file mode 100644
index 15684145f..000000000
--- a/package/libgtk12/timezone-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -NurBabdH gtk+-1.2.10/gtk/testrgb.c gtk+-1.2.10-timezone-fix/gtk/testrgb.c
---- gtk+-1.2.10/gtk/testrgb.c 2000-08-18 23:36:34.000000000 +0200
-+++ gtk+-1.2.10-timezone-fix/gtk/testrgb.c 2005-03-03 11:18:09.000000000 +0100
-@@ -49,7 +49,10 @@
- get_time (void)
- {
- struct timeval tv;
-- struct timezone tz;
-+ struct timezone {
-+ int tz_minuteswest; /* minutes W of Greenwich */
-+ int tz_dsttime; /* type of dst correction */
-+ } tz;
-
- gettimeofday (&tv, &tz);
-