diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-12 12:13:25 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-12 12:13:25 +0000 |
commit | b56df401a10c9d62fcd37ff71d23baa1fa26206a (patch) | |
tree | 4a2c4b195d30b3a256b1988f7026858cb6792a87 /media-libs/smpeg | |
parent | Added sticky bit for /tmp (diff) | |
download | historical-b56df401a10c9d62fcd37ff71d23baa1fa26206a.tar.gz historical-b56df401a10c9d62fcd37ff71d23baa1fa26206a.tar.bz2 historical-b56df401a10c9d62fcd37ff71d23baa1fa26206a.zip |
Some missed files
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 ee5ff529bdd6..354ee5fa291c 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.4 2001/05/09 10:21:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.2-r1.ebuild,v 1.5 2001/05/12 12:13:25 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} --disable-sdltest + try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf} try make } |