diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-03-30 14:11:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-30 14:11:45 +0000 |
commit | 689e31831953d5e817525447664c915f0b1377e1 (patch) | |
tree | f72af26dc35c4a6817e797ff349dc2112d9d849c /packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch | |
parent | 2b0add3a1a9cf83dd00b8bde2db75bc9c17d7ca9 (diff) |
qt-x11-free: upgrade to 3.3.6 and 4.1.1 respectively
Diffstat (limited to 'packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch')
-rw-r--r-- | packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch b/packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch deleted file mode 100644 index bc30cab216..0000000000 --- a/packages/qt/qt-x11-free-4.0.1/fix-resinit-declaration.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- qt-x11-opensource-src-4.0.1/src/qt3support/network/q3dns.cpp~fix-resinit-declaration -+++ qt-x11-opensource-src-4.0.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 |