diff options
author | roger <roger@FreeBSD.org> | 2003-09-16 03:56:08 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2003-09-16 03:56:08 +0800 |
commit | 21a830f6d46712747c4112c3dfc44822e75a66a3 (patch) | |
tree | f069d44f6af241f8e9dfb218e6b3b5b24db87e22 /net/cphone | |
parent | 3fdb7476a91668775b4247862072ee21469ed551 (diff) | |
download | freebsd-ports-gnome-21a830f6d46712747c4112c3dfc44822e75a66a3.tar.gz freebsd-ports-gnome-21a830f6d46712747c4112c3dfc44822e75a66a3.tar.zst freebsd-ports-gnome-21a830f6d46712747c4112c3dfc44822e75a66a3.zip |
Add patch to make cphone compile
Approved by: marcus
Diffstat (limited to 'net/cphone')
-rw-r--r-- | net/cphone/files/patch-message | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net/cphone/files/patch-message b/net/cphone/files/patch-message new file mode 100644 index 000000000000..3c3e9e4f264c --- /dev/null +++ b/net/cphone/files/patch-message @@ -0,0 +1,39 @@ +*** message.cxx.orig Thu Aug 7 01:39:42 2003 +--- message.cxx Tue Sep 9 07:53:11 2003 +*************** ThreadSafeMessage::~ThreadSafeMessage() +*** 52,68 **** + } + + +! void::ThreadSafeMessage::DisplayError(PString thisMessage) + { + DisplayError(QString((const char *)thisMessage)); + } + +! void::ThreadSafeMessage::DisplayWarning(PString thisMessage) + { + DisplayWarning(QString((const char *)thisMessage)); + } + +! void::ThreadSafeMessage::DisplayInformation(PString thisMessage) + { + DisplayInformation(QString((const char *)thisMessage)); + } +--- 52,68 ---- + } + + +! void ThreadSafeMessage::DisplayError(PString thisMessage) + { + DisplayError(QString((const char *)thisMessage)); + } + +! void ThreadSafeMessage::DisplayWarning(PString thisMessage) + { + DisplayWarning(QString((const char *)thisMessage)); + } + +! void ThreadSafeMessage::DisplayInformation(PString thisMessage) + { + DisplayInformation(QString((const char *)thisMessage)); + } |