summaryrefslogtreecommitdiff
path: root/x11/qt1/patches/patch-ae
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
committertv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
commit5520be588b19525e37fd3beb880feb6a7d5fd702 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /x11/qt1/patches/patch-ae
parente2af5cd01302ca875189525f76bd56c09718edd8 (diff)
downloadpkgsrc-tv-libtool-1-5-18-tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv-libtool-1-5-18-tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'x11/qt1/patches/patch-ae')
-rw-r--r--x11/qt1/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/qt1/patches/patch-ae b/x11/qt1/patches/patch-ae
deleted file mode 100644
index 7bd219464c2..00000000000
--- a/x11/qt1/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2003/12/19 23:00:26 agc Exp $
-
---- src/kernel/qregion.cpp 2003/12/19 22:49:16 1.1
-+++ src/kernel/qregion.cpp 2003/12/19 22:49:30
-@@ -229,7 +229,7 @@
-
-
- // OBSOLETE
--#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(xor)
-+#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && 0
- /*!
- OBSOLETE - Use eor() instead.
- */