diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 16:23:57 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 16:23:57 +0000 |
commit | 7cf63660204eea1af7af831a654ff569994824f8 (patch) | |
tree | 47b1ea620a4c3d5cc2bf25d58d4b48ef8c3f3fa0 /x11-libs/qt | |
parent | eval echo no longer needed since we aren't checking perl versions (diff) | |
download | gentoo-2-7cf63660204eea1af7af831a654ff569994824f8.tar.gz gentoo-2-7cf63660204eea1af7af831a654ff569994824f8.tar.bz2 gentoo-2-7cf63660204eea1af7af831a654ff569994824f8.zip |
lintool fixes
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/qt-2.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-2.3.2-r1.ebuild b/x11-libs/qt/qt-2.3.2-r1.ebuild index 288c4c3ea8f6..041cbf20261f 100644 --- a/x11-libs/qt/qt-2.3.2-r1.ebuild +++ b/x11-libs/qt/qt-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.12 2002/10/05 05:39:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.13 2002/10/17 16:22:06 aliz Exp $ IUSE="gif opengl nas" @@ -61,7 +61,7 @@ src_compile() { && myconf="${myconf} -debug" \ || myconf="${myconf} -release" - ./configure \ + ./configure \ -sm -thread -system-zlib -system-jpeg ${myconf} \ -system-libmng -system-libpng -gif -platform linux-g++ \ -ldl -lpthread -no-g++-exceptions || die |