diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:07:25 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:07:25 +0000 |
commit | 1cdd13126c3d41f6b55c692a2b88397dc6c44083 (patch) | |
tree | 75bf2b89a6f844591efe603822160868e7d424f8 /dev-db/mysql/mysql-4.0.12.ebuild | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.tar.gz gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.tar.bz2 gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-db/mysql/mysql-4.0.12.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-4.0.12.ebuild b/dev-db/mysql/mysql-4.0.12.ebuild index 4960a2d5bb0e..701de112ef69 100644 --- a/dev-db/mysql/mysql-4.0.12.ebuild +++ b/dev-db/mysql/mysql-4.0.12.ebuild @@ -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/dev-db/mysql/mysql-4.0.12.ebuild,v 1.5 2003/08/15 13:01:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.12.ebuild,v 1.6 2003/09/11 01:06:22 msterret Exp $ #to accomodate -laadeedah releases NEWP=${P} @@ -89,8 +89,8 @@ src_compile() { #glibc-2.3.2_pre fix; bug #16496 export CFLAGS="${CFLAGS} -DHAVE_ERRNO_AS_DEFINE=1" - #bug fix for #15099, should make this api backward compatible, thanks dragon - export CFLAGS="${CFLAGS} -DUSE_OLD_FUNCTIONS" + #bug fix for #15099, should make this api backward compatible, thanks dragon + export CFLAGS="${CFLAGS} -DUSE_OLD_FUNCTIONS" #the compiler flags are as per their "official" spec ;) CFLAGS="${CFLAGS/-O?/} -O3" \ |