diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:04:43 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:04:43 +0000 |
commit | c09481584f9c4eb6f950106f1a11a4dc7dfcf4aa (patch) | |
tree | 70342c4f0e4eec944da99ef2e2786e5a206ccdaa /mail/claws-mail/files | |
parent | 77c5fbb9ecd7d03b9fd5b4c623fdee960931e29c (diff) |
Notes
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/patch-src:summaryview.h | 10 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-tools-launch_firebird | 17 |
2 files changed, 0 insertions, 27 deletions
diff --git a/mail/claws-mail/files/patch-src:summaryview.h b/mail/claws-mail/files/patch-src:summaryview.h deleted file mode 100644 index 798b4272d138..000000000000 --- a/mail/claws-mail/files/patch-src:summaryview.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/summaryview.h.orig Tue Dec 30 15:28:37 2003 -+++ src/summaryview.h Tue Dec 30 15:29:00 2003 -@@ -20,6 +20,7 @@ - #ifndef __SUMMARY_H__ - #define __SUMMARY_H__ - -+#include <sys/types.h> - #include <regex.h> - - #include <glib.h> diff --git a/mail/claws-mail/files/patch-tools-launch_firebird b/mail/claws-mail/files/patch-tools-launch_firebird deleted file mode 100644 index 7ee768bce1d5..000000000000 --- a/mail/claws-mail/files/patch-tools-launch_firebird +++ /dev/null @@ -1,17 +0,0 @@ ---- tools/launch_firebird.orig Sun Jul 27 13:28:33 2003 -+++ tools/launch_firebird Sun Jul 27 13:30:11 2003 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # Copyright © 2002 Mohammed Sameer <Uniball@linux-egypt.org> - # -@@ -45,7 +45,7 @@ - - STR=`$FIREBIRD -remote "ping()" 2>&1 | grep No` - #echo $STR --if [[ "$STR" == "No running window found." ]]; then -+if [ "$STR" == "No running window found." ]; then - firebird_new; - else - firebird_running; |