diff options
author | Francesco Riosa <vivo@gentoo.org> | 2005-10-22 16:51:04 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2005-10-22 16:51:04 +0000 |
commit | 1c59a9d030222fab98ef6f90286097f1cc39859e (patch) | |
tree | b6d86c4905cb2fb68df63b69d3c6177a835add1f /dev-db/mysql/mysql-4.1.14.ebuild | |
parent | Initial import. Ebuild by me. This is for splitting up doom3 into an initia... (diff) | |
download | gentoo-2-1c59a9d030222fab98ef6f90286097f1cc39859e.tar.gz gentoo-2-1c59a9d030222fab98ef6f90286097f1cc39859e.tar.bz2 gentoo-2-1c59a9d030222fab98ef6f90286097f1cc39859e.zip |
less destructive zlib removal, still enforcing usage of the system zlib
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-db/mysql/mysql-4.1.14.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.1.14.ebuild b/dev-db/mysql/mysql-4.1.14.ebuild index 7924731bc84e..f97c05953cf5 100644 --- a/dev-db/mysql/mysql-4.1.14.ebuild +++ b/dev-db/mysql/mysql-4.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.18 2005/10/22 14:29:44 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.19 2005/10/22 16:51:04 vivo Exp $ inherit eutils gnuconfig flag-o-matic versionator @@ -150,7 +150,7 @@ src_unpack() { mv "${WORKDIR}/${NEWP}" "${S}" cd "${S}" - rm -rf "${S}/zlib" + rm -rf "${S}/zlib/"*.[ch] sed -i -e "s/zlib\/Makefile dnl/dnl zlib\/Makefile/" "${S}/configure.in" local MY_PATCH_SOURCE="${WORKDIR}/mysql-extras" |