summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-25 18:59:00 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-25 18:59:00 +0000
commit7474f4222eb2010924ed2fc5924adf3a09f1c1f6 (patch)
tree040df1bac34396b3e7a52ddf1a2fd173ffca1233
parentMarked stable on hppa. (diff)
downloadhistorical-7474f4222eb2010924ed2fc5924adf3a09f1c1f6.tar.gz
historical-7474f4222eb2010924ed2fc5924adf3a09f1c1f6.tar.bz2
historical-7474f4222eb2010924ed2fc5924adf3a09f1c1f6.zip
configure option is music-mod not mod
-rw-r--r--media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild
index fbcc038c21a9..4075b62787d2 100644
--- a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild
+++ b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild,v 1.1 2004/05/23 22:53:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r2.ebuild,v 1.2 2004/05/25 18:59:00 vapier Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_unpack() {
src_compile() {
econf \
- `use_enable mikmod mod` \
+ `use_enable mikmod music-mod` \
`use_enable mpeg music-mp3` \
`use_enable oggvorbis music-ogg` \
|| die