diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:36:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:36:58 +0000 |
commit | d5addc83ffbc5b4917f2bdf61b363a074fdd7dfe (patch) | |
tree | 849503c2b3249520e30645f2a1c91e6d1cdce342 /app-editors/gtk-xemacs | |
parent | Now a threaded version of perl is build. The tests pass all now. (diff) | |
download | historical-d5addc83ffbc5b4917f2bdf61b363a074fdd7dfe.tar.gz historical-d5addc83ffbc5b4917f2bdf61b363a074fdd7dfe.tar.bz2 historical-d5addc83ffbc5b4917f2bdf61b363a074fdd7dfe.zip |
*** empty log message ***
Diffstat (limited to 'app-editors/gtk-xemacs')
-rw-r--r-- | app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild index 06e64b5c7822..7593efdf47ec 100644 --- a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild +++ b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild,v 1.2 2000/10/23 11:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild,v 1.3 2000/10/29 20:36:58 achim Exp $ A=gtk-xemacs-09252000.tar.bz2 S=${WORKDIR}/gtk-xemacs @@ -11,8 +11,7 @@ HOMEPAGE="http://www.cs.indiana.edu/elisp/gui-xemacs/" src_compile() { cd ${S} - try ./configure --prefix=/usr/X11R6 \ - --without-gnome + try ./configure --prefix=/usr/X11R6 try make } |