diff options
Diffstat (limited to 'x11-libs/fltk/fltk-1.1.3.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fltk/fltk-1.1.3.ebuild b/x11-libs/fltk/fltk-1.1.3.ebuild index 7035ba64e8c0..f86126a24fbb 100644 --- a/x11-libs/fltk/fltk-1.1.3.ebuild +++ b/x11-libs/fltk/fltk-1.1.3.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.3.ebuild,v 1.2 2003/09/07 00:23:27 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.3.ebuild,v 1.3 2003/09/08 03:13:46 msterret Exp $ inherit eutils @@ -43,8 +43,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++" |