diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-08 03:13:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-08 03:13:48 +0000 |
commit | 31539c3f145920b0dc26f8acdaf9bc7c9a81189a (patch) | |
tree | cb40f3dcc9d4d09523ed4904ff91da8bf1cada6a /x11-libs/fltk/fltk-1.1.2-r2.ebuild | |
parent | repoman: whitespace cleanup (diff) | |
download | historical-31539c3f145920b0dc26f8acdaf9bc7c9a81189a.tar.gz historical-31539c3f145920b0dc26f8acdaf9bc7c9a81189a.tar.bz2 historical-31539c3f145920b0dc26f8acdaf9bc7c9a81189a.zip |
repoman: fix leading whitespace
Diffstat (limited to 'x11-libs/fltk/fltk-1.1.2-r2.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.1.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fltk/fltk-1.1.2-r2.ebuild b/x11-libs/fltk/fltk-1.1.2-r2.ebuild index 39e5d4408964..3e44a67d73b5 100644 --- a/x11-libs/fltk/fltk-1.1.2-r2.ebuild +++ b/x11-libs/fltk/fltk-1.1.2-r2.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/x11-libs/fltk/fltk-1.1.2-r2.ebuild,v 1.2 2003/09/07 00:23:27 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.2-r2.ebuild,v 1.3 2003/09/08 03:13:46 msterret Exp $ inherit eutils @@ -45,8 +45,8 @@ src_compile() { use opengl || myconf="${myconf} --disable-gl" # needed for glibc-2.3.1 (as far as i can test) - # otherwise libstdc++ won't be linked. #17894 and #15572 - # doesn't happen for glibc-2.3.2 - <liquidx@gentoo.org> + # otherwise libstdc++ won't be linked. #17894 and #15572 + # doesn't happen for glibc-2.3.2 - <liquidx@gentoo.org> export CXX="g++" export CC="g++" |