diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-09 10:21:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-09 10:21:22 +0000 |
commit | b0002e12b94fc30f12fccf67115ff4801a5182fa (patch) | |
tree | 7e7be86fc170386751857afe93c13db67c454042 /media-libs/smpeg | |
parent | Binary keymaps (diff) | |
download | historical-b0002e12b94fc30f12fccf67115ff4801a5182fa.tar.gz historical-b0002e12b94fc30f12fccf67115ff4801a5182fa.tar.bz2 historical-b0002e12b94fc30f12fccf67115ff4801a5182fa.zip |
dep fixes
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.2-r1.ebuild b/media-libs/smpeg/smpeg-0.4.2-r1.ebuild index 5935de1d0dcc..ee5ff529bdd6 100644 --- a/media-libs/smpeg/smpeg-0.4.2-r1.ebuild +++ b/media-libs/smpeg/smpeg-0.4.2-r1.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/media-libs/smpeg/smpeg-0.4.2-r1.ebuild,v 1.3 2001/04/23 19:59:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.2-r1.ebuild,v 1.4 2001/05/09 10:21:22 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -34,7 +34,7 @@ src_compile() { then myconf="${myconf} --disable-opengl-player" fi - try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf} + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf} --disable-sdltest try make } |