summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2003-09-15 19:56:08 +0000
committerroger <roger@FreeBSD.org>2003-09-15 19:56:08 +0000
commit21a830f6d46712747c4112c3dfc44822e75a66a3 (patch)
treef069d44f6af241f8e9dfb218e6b3b5b24db87e22 /net
parent3fdb7476a91668775b4247862072ee21469ed551 (diff)
downloadFreeBSD-ports-21a830f6d46712747c4112c3dfc44822e75a66a3.zip
FreeBSD-ports-21a830f6d46712747c4112c3dfc44822e75a66a3.tar.gz
Add patch to make cphone compile
Approved by: marcus
Diffstat (limited to 'net')
-rw-r--r--net/cphone/files/patch-message39
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 0000000..3c3e9e4
--- /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));
+ }
OpenPOWER on IntegriCloud