diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-30 15:58:35 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-30 15:58:35 +0000 |
commit | 171b91bd63fbf70fde1c30547a4d9b75762e189c (patch) | |
tree | 8d8e39d8b8f40dc6182bcc4c7e7762d99f6b8331 /x11-libs/qt-x11/qt-x11-2.3.1.ebuild | |
parent | Many many security fixes as well as non-security related bugfixes that make (diff) | |
download | gentoo-2-171b91bd63fbf70fde1c30547a4d9b75762e189c.tar.gz gentoo-2-171b91bd63fbf70fde1c30547a4d9b75762e189c.tar.bz2 gentoo-2-171b91bd63fbf70fde1c30547a4d9b75762e189c.zip |
fixes for qt (try->die)
Diffstat (limited to 'x11-libs/qt-x11/qt-x11-2.3.1.ebuild')
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.3.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/qt-x11/qt-x11-2.3.1.ebuild b/x11-libs/qt-x11/qt-x11-2.3.1.ebuild index a7d01cc2b156..a72566134ddc 100644 --- a/x11-libs/qt-x11/qt-x11-2.3.1.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.3.1.ebuild,v 1.3 2001/08/21 23:54:43 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.3.1.ebuild,v 1.4 2001/08/30 15:58:35 drobbins Exp $ S=${WORKDIR}/qt-${PV} DESCRIPTION="QT ${PV}" @@ -58,14 +58,14 @@ src_compile() { myconf="${myconf} -release" fi - try SYSCONF_CFLAGS="$CFLAGS" SYSCONF_CXXFLAGS="$CXXFLAGS" \ + SYSCONF_CFLAGS="$CFLAGS" SYSCONF_CXXFLAGS="$CXXFLAGS" \ ./configure -sm -thread -system-zlib -system-jpeg ${myconf} \ -system-libmng -system-libpng -gif -platform linux-g++ \ - -ldl -lpthread -no-g++-exceptions + -ldl -lpthread -no-g++-exceptions || die cd ${S} - try make SYSCONF_CFLAGS="$CFLAGS" SYSCONF_CXXFLAGS="$CXXFLAGS" \ - symlinks src-moc src-mt sub-src sub-tools + make SYSCONF_CFLAGS="$CFLAGS" SYSCONF_CXXFLAGS="$CXXFLAGS" \ + symlinks src-moc src-mt sub-src sub-tools || die # leave out src-tools for testing ! } |