diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-07-18 15:06:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-07-18 15:06:27 +0000 |
commit | 05bf84f7b198396f6e1dc4063653fcdd49d4ffa8 (patch) | |
tree | e074fcf542df10a3e8ea1ad0228fbf558076715f /eclass/xfree.eclass | |
parent | Add RTCW license (diff) | |
download | historical-05bf84f7b198396f6e1dc4063653fcdd49d4ffa8.tar.gz historical-05bf84f7b198396f6e1dc4063653fcdd49d4ffa8.tar.bz2 historical-05bf84f7b198396f6e1dc4063653fcdd49d4ffa8.zip |
handle overrides for configure options
Diffstat (limited to 'eclass/xfree.eclass')
-rw-r--r-- | eclass/xfree.eclass | 6 |
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 +} |