diff options
author | 2007-11-06 12:30:06 +0000 | |
---|---|---|
committer | 2007-11-06 12:30:06 +0000 | |
commit | 4de88cf3a3239b20dd55f61388f818b504f62775 (patch) | |
tree | 96b28e1fa07caec17e0c7330dcb08ae871a414d2 /app-doc/dox/dox-1.1.ebuild | |
parent | remove app-text/yudit again, it is X only (diff) | |
download | historical-4de88cf3a3239b20dd55f61388f818b504f62775.tar.gz historical-4de88cf3a3239b20dd55f61388f818b504f62775.tar.bz2 historical-4de88cf3a3239b20dd55f61388f818b504f62775.zip |
Fix qt3 linkage per bug #195127
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'app-doc/dox/dox-1.1.ebuild')
-rw-r--r-- | app-doc/dox/dox-1.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-doc/dox/dox-1.1.ebuild b/app-doc/dox/dox-1.1.ebuild index 096ff081d6c5..ab69b105489f 100644 --- a/app-doc/dox/dox-1.1.ebuild +++ b/app-doc/dox/dox-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.18 2007/01/02 15:55:10 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/dox/dox-1.1.ebuild,v 1.19 2007/11/06 12:30:06 caleb Exp $ inherit qt3 @@ -18,10 +18,11 @@ DEPEND="www-misc/htdig src_unpack() { unpack ${A} - cd ${S} - sed -e 's:/opt/www/htdig/bin/htdig:/usr/bin/htdig:g' \ - -e 's:/opt/www/htdig/bin/htmerge:/usr/bin/htmerge:g' \ - -e 's:/opt/www/cgi-bin/htsearch:/home/httpd/cgi-bin/htsearch:g' -i configure + cd "${S}" + sed -i -e 's:/opt/www/htdig/bin/htdig:/usr/bin/htdig:g' \ + -e 's:/opt/www/htdig/bin/htmerge:/usr/bin/htmerge:g' \ + -e 's:/opt/www/cgi-bin/htsearch:/usr/bin/htsearch:g' \ + -e 's:qmake:${QTDIR}/bin/qmake:g' configure || die "sed failed" } src_compile() { |