c74e330
diff -up qt-x11-opensource-src-4.5.0/src/corelib/global/qlibraryinfo.cpp.broken qt-x11-opensource-src-4.5.0/src/corelib/global/qlibraryinfo.cpp
c74e330
--- qt-x11-opensource-src-4.5.0/src/corelib/global/qlibraryinfo.cpp.broken	2009-03-25 13:42:23.000000000 -0400
c74e330
+++ qt-x11-opensource-src-4.5.0/src/corelib/global/qlibraryinfo.cpp	2009-03-25 13:58:04.000000000 -0400
c74e330
@@ -488,7 +488,11 @@ QT_END_NAMESPACE
c74e330
 #  include <sys/syscall.h>
c74e330
 #  include <unistd.h>
c74e330
 
c74e330
+#if defined(QT_ARCH_IA64)
c74e330
+char boilerplate[] =
c74e330
+#else
c74e330
 static const char boilerplate[] =
c74e330
+#endif
c74e330
     "This is the QtCore library version " QT_VERSION_STR "\n"
c74e330
     "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).\n"
c74e330
     "Contact: Qt Software Information (qt-info@nokia.com)\n"