From 4e03bed2486e52f71cd0f386d6359a2c4a3a3e26 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 18 Jul 2003 15:06:27 +0000 Subject: handle overrides for configure options --- eclass/xfree.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'eclass/xfree.eclass') 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 # @@ -21,3 +21,7 @@ vcards() { has "$1" "${VIDEO_CARDS}" && return 0 return 1 } + +filter-patch() { + mv ${PATCH_DIR}/"*${1}* ${PATCH_DIR}/excluded +} -- cgit v1.2.3-65-gdbad