diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-23 22:35:09 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-23 22:35:09 +0000 |
commit | d5133e67e43c7022e7c6f4c2ad4d9d784153758b (patch) | |
tree | 6058f480d4865f529bedd3667f8bb11bcd0260d3 /packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch | |
parent | ca4bb462deb3b86c87b0f81ad097620ccfd199f7 (diff) |
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.
Diffstat (limited to 'packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch')
-rw-r--r-- | packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch b/packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch deleted file mode 100644 index fcd5de6f97..0000000000 --- a/packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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 <netinet/in.h> - # include <arpa/nameser.h> - # include <resolv.h> --extern "C" int res_init(); -+extern "C" int res_init() throw(); - #endif - - // POSIX Large File Support redefines open -> open64 |