summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-28 17:50:27 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-28 17:50:27 +0000
commit9da82586d9efa03d38f5d41d1157969a3ab551fa (patch)
tree09c01be93cf0f9b6733ef5dde3183df647564a7b /media-libs
parentLocal USE flag no longer needed. (diff)
downloadgentoo-2-9da82586d9efa03d38f5d41d1157969a3ab551fa.tar.gz
gentoo-2-9da82586d9efa03d38f5d41d1157969a3ab551fa.tar.bz2
gentoo-2-9da82586d9efa03d38f5d41d1157969a3ab551fa.zip
typo in sdl test; reported via irc by Chacabaou
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libsdl/libsdl-1.2.7-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.7-r2.ebuild b/media-libs/libsdl/libsdl-1.2.7-r2.ebuild
index 943f9ff82838..b5193201a7fe 100644
--- a/media-libs/libsdl/libsdl-1.2.7-r2.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.7-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r2.ebuild,v 1.9 2004/09/20 01:11:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r2.ebuild,v 1.10 2004/09/28 17:50:27 vapier Exp $
inherit fixheadtails eutils gnuconfig
@@ -78,7 +78,7 @@ src_compile() {
# dependency loop, only link against DirectFB if it
# isn't broken #61592
echo 'int main(){}' > directfb-test.c
- $(gcc-getCC) sdl-test.c -ldirectfb 2>/dev/null \
+ $(gcc-getCC) directfb-test.c -ldirectfb 2>/dev/null \
&& directfbconf="--enable-video-directfb" \
|| ewarn "Disabling DirectFB since libdirectfb.so is broken"
fi