summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-07-18 15:06:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-07-18 15:06:27 +0000
commit4e03bed2486e52f71cd0f386d6359a2c4a3a3e26 (patch)
tree6a22f55e429206fd54ae38dfa34b88d61e758b7a /eclass/xfree.eclass
parentAdd RTCW license (diff)
downloadgentoo-2-4e03bed2486e52f71cd0f386d6359a2c4a3a3e26.tar.gz
gentoo-2-4e03bed2486e52f71cd0f386d6359a2c4a3a3e26.tar.bz2
gentoo-2-4e03bed2486e52f71cd0f386d6359a2c4a3a3e26.zip
handle overrides for configure options
Diffstat (limited to 'eclass/xfree.eclass')
-rw-r--r--eclass/xfree.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/xfree.eclass b/eclass/xfree.eclass
index 2ce856bb614e..ccbda05029ed 100644
--- a/eclass/xfree.eclass
+++ b/eclass/xfree.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.2 2003/06/30 06:12:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.3 2003/07/18 15:06:27 seemant Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -21,3 +21,7 @@ vcards() {
has "$1" "${VIDEO_CARDS}" && return 0
return 1
}
+
+filter-patch() {
+ mv ${PATCH_DIR}/"*${1}* ${PATCH_DIR}/excluded
+}