From 261577deb860dbddd904acba4827129dfe6eb782 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 3 May 2006 16:53:49 +0000 Subject: add qt4-x11 4.1.2 --- .../qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch (limited to 'packages/qt/qt4-x11-free-4.1.2/fix-resinit-declaration.patch') 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 new file mode 100644 index 0000000000..fcd5de6f97 --- /dev/null +++ b/packages/qt/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