From d5133e67e43c7022e7c6f4c2ad4d9d784153758b Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 23 Dec 2007 22:35:09 +0000 Subject: Move Qt/X11 and Qt/Embedded (known as QtopiaCore) to a qt4 directory. We will see a great unification in this directory. Besides the name Qt/X11 and Qt/Emebedded (QtopiaCore) are the same package with a different configure script. The aim is to share configuring, compiling, staging and packaging between these modules and making it more easy to try a bleeding qt snapshot. --- .../qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch (limited to 'packages/qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch') diff --git a/packages/qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch b/packages/qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch new file mode 100644 index 0000000000..fcd5de6f97 --- /dev/null +++ b/packages/qt4/qt4-x11-free-4.1.2/fix-resinit-declaration.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- qt-x11-opensource-src-4.1.1/src/qt3support/network/q3dns.cpp~fix-resinit-declaration ++++ qt-x11-opensource-src-4.1.1/src/qt3support/network/q3dns.cpp +@@ -30,7 +30,7 @@ + # include + # include + # include +-extern "C" int res_init(); ++extern "C" int res_init() throw(); + #endif + + // POSIX Large File Support redefines open -> open64 -- cgit v1.2.3