diff options
author | Robert Coie <rac@gentoo.org> | 2003-07-08 19:13:30 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-07-08 19:13:30 +0000 |
commit | 6f90853869dbc76b2b694e14d995eb5da407b22e (patch) | |
tree | 4b40b344b4c61bb3c75ec29700027df50c685cb1 /app-editors/xemacs/xemacs-21.4.9.ebuild | |
parent | Block broken glibc-2.3.1 (diff) | |
download | gentoo-2-6f90853869dbc76b2b694e14d995eb5da407b22e.tar.gz gentoo-2-6f90853869dbc76b2b694e14d995eb5da407b22e.tar.bz2 gentoo-2-6f90853869dbc76b2b694e14d995eb5da407b22e.zip |
fix bug 22652
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.9.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.9.ebuild b/app-editors/xemacs/xemacs-21.4.9.ebuild index 94091ce650b3..5c236ce3a676 100644 --- a/app-editors/xemacs/xemacs-21.4.9.ebuild +++ b/app-editors/xemacs/xemacs-21.4.9.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/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.8 2003/02/13 07:01:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.9 2003/07/08 19:13:27 rac Exp $ IUSE="gpm esd postgres xface nas X jpeg tiff png mule" @@ -88,7 +88,7 @@ src_compile() { use tiff && myconf="${myconf} --with-tiff" || myconf="${myconf} --without-tiff" - use png && mconf="${myconf} --with-png" || + use png && myconf="${myconf} --with-png" || myconf="${myconf} --without-png" use jpeg && myconf="${myconf} --with-jpeg" || myconf="${myconf} --without-jpeg" |