diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-04 16:04:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-04 16:04:34 +0000 |
commit | 4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1 (patch) | |
tree | b45997b8cfb19282f2ace5840687aab700d60d37 /media-libs/smpeg | |
parent | *** empty log message *** (diff) | |
download | historical-4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1.tar.gz historical-4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1.tar.bz2 historical-4315b6e6bfcf0c17518d10ad4331e416b7a9b9b1.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.1.ebuild b/media-libs/smpeg/smpeg-0.4.1.ebuild index ee0b61c69b06..d4b1bc7d7fa6 100644 --- a/media-libs/smpeg/smpeg-0.4.1.ebuild +++ b/media-libs/smpeg/smpeg-0.4.1.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.1.ebuild,v 1.1 2000/10/04 15:25:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.1.ebuild,v 1.2 2000/10/04 16:04:34 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -13,7 +13,7 @@ HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" src_compile() { cd ${S} - try ./configure --prefix=/usr --host=${CHOST} + try ./configure --prefix=/usr --host=${CHOST} --disable-opengl-player try make } |