diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
commit | 9b5fc27743d0f914f049b5abbd424a68fa496560 (patch) | |
tree | 893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/qt/qt-3.1.0-r3.ebuild | |
parent | header fix (diff) | |
download | gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2 gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/qt/qt-3.1.0-r3.ebuild')
-rw-r--r-- | x11-libs/qt/qt-3.1.0-r3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/qt/qt-3.1.0-r3.ebuild b/x11-libs/qt/qt-3.1.0-r3.ebuild index bc4aa3afde89..eafd0d539753 100644 --- a/x11-libs/qt/qt-3.1.0-r3.ebuild +++ b/x11-libs/qt/qt-3.1.0-r3.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/qt/qt-3.1.0-r3.ebuild,v 1.10 2003/08/03 05:20:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0-r3.ebuild,v 1.11 2003/09/07 00:23:28 msterret Exp $ DESCRIPTION="QT version ${PV}" HOMEPAGE="http://www.trolltech.com/" @@ -23,7 +23,7 @@ DEPEND="virtual/x11 mysql? ( >=dev-db/mysql-3.2.10 ) opengl? ( virtual/opengl virtual/glu ) postgres? ( >=dev-db/postgresql-7.2 )" - + S=${WORKDIR}/qt-x11-free-${PV} QTBASE=/usr/qt/3 @@ -37,10 +37,10 @@ src_unpack() { # this patch fixes child windows being hidden randomly. epatch ${FILESDIR}/${P}-minimized.diff epatch ${FILESDIR}/designer.diff - + cp configure configure.orig sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure - + cd mkspecs/linux-g++ # use env's $CC, $CXX if [ -n "$CXX" ]; then @@ -60,7 +60,7 @@ src_unpack() { echo "QMAKE_CXXFLAGS += -fPIC -ffunction-sections" >> qmake.conf echo "QMAKE_LFLAGS += -ffunction-sections -Wl,--stub-group-size=25000" >> qmake.conf fi - + # on alpha we need to compile everything with -fPIC if [ ${ARCH} == "alpha" ]; then cp qmake.conf qmake.conf.orig @@ -115,7 +115,7 @@ src_install() { ln -s $x.1.0 $x.1 ln -s $x.1 $x done - + # version symlinks - 3.0.3->3.0->3->.so ln -s libqt-mt.so.3.1.0 libqt-mt.so.3.1 ln -s libqt-mt.so.3.1 libqt-mt.so.3 |