aboutsummaryrefslogtreecommitdiffstats
path: root/net/gaim/files
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-03-27 14:07:33 +0800
committerjim <jim@FreeBSD.org>2000-03-27 14:07:33 +0800
commit621af0b79a09db185bcdff35d4e38437b3077a77 (patch)
treee95a89682267b2870e7892d15d170f9bc4887e27 /net/gaim/files
parentb0f281dff57ae89f418ec6cd949a0fe26882e90e (diff)
downloadfreebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.tar.gz
freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.tar.zst
freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.zip
Update to version 0.9.12
Diffstat (limited to 'net/gaim/files')
-rw-r--r--net/gaim/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gaim/files/patch-aa b/net/gaim/files/patch-aa
deleted file mode 100644
index 75d06bf45537..000000000000
--- a/net/gaim/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/buddy.c.orig Wed Nov 3 20:00:06 1999
-+++ src/buddy.c Fri Dec 17 18:55:24 1999
-@@ -202,7 +202,7 @@
-
-
- pct = last_lag_us/100000;
-- pct = 25 * log(pct);
-+ pct = 25 * log(pct+1.0);
-
- if (pct < 0)
- pct = 0;