summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-18 08:51:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-18 08:51:40 +0800
commitee51425050aee2d33c5e90d5ce74a577dba6dc09 (patch)
tree80bf7a26c31e0ae4b06dbab37fdf00790096c037 /x11/gnome-applets/files
parent48d9f550d9f22ad01108807cea6527eedd4d28d2 (diff)
downloadmarcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.tar
marcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.tar.gz
marcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.tar.bz2
marcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.tar.lz
marcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.tar.xz
marcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.tar.zst
marcuscom-ports-ee51425050aee2d33c5e90d5ce74a577dba6dc09.zip
Update to 2.5.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1490 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/files')
-rw-r--r--x11/gnome-applets/files/patch-aa8
-rw-r--r--x11/gnome-applets/files/patch-gweather_weather.c11
2 files changed, 0 insertions, 19 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa
index 6638e387e..df7a1a384 100644
--- a/x11/gnome-applets/files/patch-aa
+++ b/x11/gnome-applets/files/patch-aa
@@ -1,13 +1,5 @@
--- configure.orig Mon Sep 8 20:00:28 2003
+++ configure Wed Sep 24 23:29:28 2003
-@@ -8250,6 +8250,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -11792,6 +11793,7 @@
*irix*) CDROM_HOST=irix; CDROM_LIBS="-lcdaudio -lmediad -lds";cd_device_path="/dev/cdrom";;
*linux*) CDROM_HOST=linux;cd_device_path="/dev/cdrom";;
diff --git a/x11/gnome-applets/files/patch-gweather_weather.c b/x11/gnome-applets/files/patch-gweather_weather.c
deleted file mode 100644
index ceb720580..000000000
--- a/x11/gnome-applets/files/patch-gweather_weather.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gweather/weather.c.orig Mon Dec 8 12:47:00 2003
-+++ gweather/weather.c Mon Dec 8 12:50:03 2003
-@@ -1915,7 +1915,7 @@
- degree = "F";
-
- g_snprintf(buf, sizeof (buf), "%d\302\260%s",
-- (int)lrint(info->temp), degree);
-+ (int)rint(info->temp), degree);
-
- return buf;
- }