diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-13 18:22:12 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-10-13 18:22:12 +0000 |
commit | d1db7a732453ec3faea473d2305dc907d9fb0cc8 (patch) | |
tree | 20c8fb37db7237a8d7e67bb64e23438b73bc7717 /app-text/xdvik | |
parent | Add patch to fix KOrganizer launch (from upstream). (diff) | |
download | gentoo-2-d1db7a732453ec3faea473d2305dc907d9fb0cc8.tar.gz gentoo-2-d1db7a732453ec3faea473d2305dc907d9fb0cc8.tar.bz2 gentoo-2-d1db7a732453ec3faea473d2305dc907d9fb0cc8.zip |
Remove unneeded hack for lesstif.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'app-text/xdvik')
-rw-r--r-- | app-text/xdvik/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.84.10.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index 44bc231ba020..b62d18e5f6fb 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvik # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.27 2006/10/13 15:51:42 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.28 2006/10/13 18:22:12 exg Exp $ + + 13 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> xdvik-22.84.10.ebuild: + Remove unneeded hack for lesstif. 13 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> xdvik-22.84.10.ebuild: Add a blocker on tetex built with X. diff --git a/app-text/xdvik/xdvik-22.84.10.ebuild b/app-text/xdvik/xdvik-22.84.10.ebuild index 6536a6fb527d..35177b2d4a61 100644 --- a/app-text/xdvik/xdvik-22.84.10.ebuild +++ b/app-text/xdvik/xdvik-22.84.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.4 2006/10/13 15:51:42 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.5 2006/10/13 18:22:12 exg Exp $ WANT_AUTOCONF=2.1 @@ -77,10 +77,6 @@ src_compile () { local myconf toolkit if use motif ; then - if use lesstif ; then - append-ldflags -L/usr/X11R6/lib/lesstif -R/usr/X11R6/lib/lesstif - export CPPFLAGS="${CPPFLAGS} -I/usr/X11R6/include/lesstif" - fi toolkit="motif" elif use neXt ; then toolkit="neXtaw" |