summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-31 02:45:54 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-31 02:45:54 +0000
commit74fa7976b06bb8653d863f155f06db6c4c5b16e9 (patch)
treeddc22cd6f38473f5dbb7be75428314a3e552e5e2 /x11-libs/fltk
parentRevision bump for new initscript (diff)
downloadhistorical-74fa7976b06bb8653d863f155f06db6c4c5b16e9.tar.gz
historical-74fa7976b06bb8653d863f155f06db6c4c5b16e9.tar.bz2
historical-74fa7976b06bb8653d863f155f06db6c4c5b16e9.zip
linking fix
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r--x11-libs/fltk/ChangeLog5
-rw-r--r--x11-libs/fltk/fltk-1.1.2-r1.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-libs/fltk/ChangeLog b/x11-libs/fltk/ChangeLog
index e0357363ecd5..c23b93acd0e5 100644
--- a/x11-libs/fltk/ChangeLog
+++ b/x11-libs/fltk/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for x11-libs/fltk
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.19 2003/02/12 09:22:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.20 2003/03/31 02:45:54 liquidx Exp $
*fltk-1.1.2-r1 (09 Jan 2003)
+ 31 Mar 2003; Alastair Tse <liquidx@gentoo.org> fltk-1.1.2-r1.ebuild:
+ fix linking problem with libs. fixes #15572, #17894.
+
08 Jan 2003; Nick Hadaway <raker@gentoo.org> fltk-1.1.2-r1.ebuild,
files/digest-fltk-1.1.2-r1 :
New ebuild which only enables xft if you are using the "stock"
diff --git a/x11-libs/fltk/fltk-1.1.2-r1.ebuild b/x11-libs/fltk/fltk-1.1.2-r1.ebuild
index 06046d8cbb97..ad7def8ac760 100644
--- a/x11-libs/fltk/fltk-1.1.2-r1.ebuild
+++ b/x11-libs/fltk/fltk-1.1.2-r1.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-r1.ebuild,v 1.3 2003/02/14 21:38:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.1.2-r1.ebuild,v 1.4 2003/03/31 02:45:54 liquidx Exp $
inherit eutils
@@ -41,8 +41,12 @@ 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>
export CXX="g++"
-
+ export CC="g++"
+
econf \
--includedir=/usr/include/fltk-1.1 \
--libdir=/usr/lib/fltk-1.1 \