summaryrefslogtreecommitdiff
path: root/net/kf/files/patch-src-emoticons.c
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-12-20 12:44:27 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-12-20 12:44:27 +0000
commit8541d9ee32f2aa5c74bb1aa08967d20298ca56a8 (patch)
tree2b9e353b00e591de83e45bea46212750ef6ac2d2 /net/kf/files/patch-src-emoticons.c
parentDon't remove a folder that is removed by lang/perl5(.8) (diff)
- Fix build on 4.X
- Respect CFLAGS etc. (me) PR: ports/75169 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=124587
Diffstat (limited to '')
-rw-r--r--net/kf/files/patch-src-emoticons.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/kf/files/patch-src-emoticons.c b/net/kf/files/patch-src-emoticons.c
new file mode 100644
index 000000000000..5e3a66248883
--- /dev/null
+++ b/net/kf/files/patch-src-emoticons.c
@@ -0,0 +1,13 @@
+--- src/emoticons.c.orig Thu Dec 16 22:50:31 2004
++++ src/emoticons.c Thu Dec 16 22:51:27 2004
+@@ -347,9 +347,9 @@
+ gchar *caption; /* Should be enough... */
+
+ if (kf_preferences_get_int ("chatShowStamps")) {
++ gchar *sstamp;
+ struct tm *stime;
+ stime = localtime ((time_t *) &stamp);
+- gchar *sstamp;
+
+ gtk_text_buffer_get_end_iter (buffer, &iter);
+ if (stamp < time (NULL) - 3600 * 24) {