From c2685d84838214c3fbdc0052867b70ede41fee0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Mon, 25 Aug 2003 13:13:09 +0000 Subject: [PATCH] - adopt for PLD (small qt/openh323 fackery) Changed files: cphone-Makefile.patch -> 1.1 cphone-comp_fix.patch -> 1.1 --- cphone-Makefile.patch | 20 ++++++++++++++++++++ cphone-comp_fix.patch | 23 +++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 cphone-Makefile.patch create mode 100644 cphone-comp_fix.patch diff --git a/cphone-Makefile.patch b/cphone-Makefile.patch new file mode 100644 index 0000000..1868ece --- /dev/null +++ b/cphone-Makefile.patch @@ -0,0 +1,20 @@ +--- ./Makefile.org Tue Jun 3 10:22:28 2003 ++++ ./Makefile Mon Aug 25 14:56:25 2003 +@@ -112,7 +112,7 @@ + UIC = $(QTDIR)/bin/uic + MOC = $(QTDIR)/bin/moc + +-STDCCFLAGS += -I$(QTDIR)/include -DQT_THREAD_SUPPORT ++STDCCFLAGS += -I$(QTDIR)/include/qt -DQT_THREAD_SUPPORT + LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR) + ENDLDLIBS += -lqt-mt -lSM -lICE -lXext -lX11 + ifeq ($(OSTYPE),linux) +@@ -136,7 +136,7 @@ + OPENH323DIR=$(HOME)/openh323 + endif + +-include $(OPENH323DIR)/openh323u.mak ++include $(OPENH323DIR)/share/openh323/openh323u.mak + + ################################################## + diff --git a/cphone-comp_fix.patch b/cphone-comp_fix.patch new file mode 100644 index 0000000..5d572f0 --- /dev/null +++ b/cphone-comp_fix.patch @@ -0,0 +1,23 @@ +--- ./message.cxx.orig Tue Jun 3 10:22:28 2003 ++++ ./message.cxx Mon Aug 25 15:02:39 2003 +@@ -52,17 +52,17 @@ + } + + +-void::ThreadSafeMessage::DisplayError(PString thisMessage) ++void ThreadSafeMessage::DisplayError(PString thisMessage) + { + DisplayError(QString((const char *)thisMessage)); + } + +-void::ThreadSafeMessage::DisplayWarning(PString thisMessage) ++void ThreadSafeMessage::DisplayWarning(PString thisMessage) + { + DisplayWarning(QString((const char *)thisMessage)); + } + +-void::ThreadSafeMessage::DisplayInformation(PString thisMessage) ++void ThreadSafeMessage::DisplayInformation(PString thisMessage) + { + DisplayInformation(QString((const char *)thisMessage)); + } -- 2.43.0