summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-ad
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-02-20 12:07:12 +0000
committeradam <adam@pkgsrc.org>2006-02-20 12:07:12 +0000
commitcb47d1d9ff8f36eae76fcc2e2edadb0b2abb0130 (patch)
treef28dff672dcea332cc01adff6762ffa1f7f5642e /x11/qt4-libs/patches/patch-ad
parent81221eb53d0866347c16c1fc8a4254626ea30e09 (diff)
downloadpkgsrc-cb47d1d9ff8f36eae76fcc2e2edadb0b2abb0130.tar.gz
Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.
Diffstat (limited to 'x11/qt4-libs/patches/patch-ad')
-rw-r--r--x11/qt4-libs/patches/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/qt4-libs/patches/patch-ad b/x11/qt4-libs/patches/patch-ad
new file mode 100644
index 00000000000..7f935e44936
--- /dev/null
+++ b/x11/qt4-libs/patches/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1.1.1 2006/02/20 12:08:15 adam Exp $
+
+--- src/corelib/global/qglobal.h.orig 2005-12-16 12:51:59.000000000 +0100
++++ src/corelib/global/qglobal.h
+@@ -55,6 +55,7 @@
+ NETBSD - NetBSD
+ OPENBSD - OpenBSD
+ BSDI - BSD/OS
++ INTERIX - Interix
+ IRIX - SGI Irix
+ OSF - HP Tru64 UNIX
+ SCO - SCO OpenServer 5
+@@ -106,6 +107,9 @@
+ #elif defined(__NetBSD__)
+ # define Q_OS_NETBSD
+ # define Q_OS_BSD4
++#elif defined(__INTERIX)
++# define Q_OS_INTERIX
++# define Q_OS_BSD4
+ #elif defined(__OpenBSD__)
+ # define Q_OS_OPENBSD
+ # define Q_OS_BSD4