summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-23 21:34:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-23 21:34:37 +0000
commit256783a33bfad6fa29af4c33834cfdd6edbb9c47 (patch)
tree552cdd4114c52330ee82339672d888e7172bec28 /dev-libs/DirectFB
parentForgott to specify infodir in src_install (diff)
downloadhistorical-256783a33bfad6fa29af4c33834cfdd6edbb9c47.tar.gz
historical-256783a33bfad6fa29af4c33834cfdd6edbb9c47.tar.bz2
historical-256783a33bfad6fa29af4c33834cfdd6edbb9c47.zip
various fixes
Diffstat (limited to 'dev-libs/DirectFB')
-rw-r--r--dev-libs/DirectFB/DirectFB-0.9.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.3.ebuild b/dev-libs/DirectFB/DirectFB-0.9.3.ebuild
index 6247297ba4c4..b06b121deeac 100644
--- a/dev-libs/DirectFB/DirectFB-0.9.3.ebuild
+++ b/dev-libs/DirectFB/DirectFB-0.9.3.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 Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.3.ebuild,v 1.1 2001/06/21 17:46:41 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.3.ebuild,v 1.2 2001/06/23 21:34:37 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -35,7 +35,7 @@ src_compile() {
mkdir ${S}/interfaces/IDirectFBVideoProvider/no
cp /usr/lib/libmpeg3.a ${S}/interfaces/IDirectFBVideoProvider/no
else
- myconf="$myconf --without-libmpeg3"
+ myconf="$myconf --disable-libmpeg3"
fi
if [ "$DEBUG" ] ; then
myconf="$myconf --enable-debug"