diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-13 05:28:48 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-13 05:28:48 +0000 |
commit | 1c4065ec5759eaaa7e5d85fab5ba1b0051392ab1 (patch) | |
tree | 0a6fa8905a43d7e97892cee582f8ab7676b8051d /dev-db | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-1c4065ec5759eaaa7e5d85fab5ba1b0051392ab1.tar.gz gentoo-2-1c4065ec5759eaaa7e5d85fab5ba1b0051392ab1.tar.bz2 gentoo-2-1c4065ec5759eaaa7e5d85fab5ba1b0051392ab1.zip |
*** empty log message ***
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-3.22.32-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-3.22.32-r1.ebuild b/dev-db/mysql/mysql-3.22.32-r1.ebuild index d49659473d92..6398927d779a 100644 --- a/dev-db/mysql/mysql-3.22.32-r1.ebuild +++ b/dev-db/mysql/mysql-3.22.32-r1.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.22.32-r1.ebuild,v 1.1 2000/08/07 17:40:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.22.32-r1.ebuild,v 1.2 2000/08/13 05:28:48 drobbins Exp $ -P=mysql-3.22.32 A=${P}.tar.gz -S=${WORKDIR}/${P} DESCRIPTION="The MySQL Database" SRC_URI="http://www.mysql.com/Downloads/MySQL-3.22/${A}" HOMEPAGE="http://www.mysql.com/" @@ -13,6 +11,7 @@ CATEGORY="dev-db" src_compile() { + #Achim -- is there a problem with pentiumpro/PII opts? vvv if [ "$PLATFORM" = "i686-pc-linux-gnu" ] then export CFLAGS="-mpentium" |