summaryrefslogtreecommitdiff
path: root/x11/qt1/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt1/patches/patch-ad')
-rw-r--r--x11/qt1/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/qt1/patches/patch-ad b/x11/qt1/patches/patch-ad
deleted file mode 100644
index fee5ddff5b7..00000000000
--- a/x11/qt1/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2003/12/19 23:00:26 agc Exp $
-
---- src/kernel/qregion.h 2003/12/19 22:47:37 1.1
-+++ src/kernel/qregion.h 2003/12/19 22:48:00
-@@ -70,7 +70,7 @@
- // case someone is using #define xor ^ to work around deficiencies in
- // their compiler that cause problems with some other header files.
- //
--#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(_CC_MWERKS_) && !defined(xor)
-+#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(_CC_MWERKS_) && 0
- QRegion xor( const QRegion & ) const;
- #endif
- QRegion eor( const QRegion & ) const;