summaryrefslogtreecommitdiffstats
path: root/package/libgtk12/timezone-fix.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-13 00:20:25 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-13 00:23:47 +0200
commit5ba97d900ae6eb851a1a9e30b4920969c634a468 (patch)
treede1dec40b28f58bcec08405f1f48c2b72b93488c /package/libgtk12/timezone-fix.patch
parent92870a7a7c94260a62a3033408d490b740701100 (diff)
parent6b567a857071986ab366f14d97f5a3fc880e73f5 (diff)
downloadbuildroot-novena-5ba97d900ae6eb851a1a9e30b4920969c634a468.tar.gz
buildroot-novena-5ba97d900ae6eb851a1a9e30b4920969c634a468.zip
Merge branch 'for-2010.11/remove-deprecated-packages' of git://git.busybox.net/~tpetazzoni/git/buildroot
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);
-