diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 14:11:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 14:11:26 +0000 |
commit | 75666c624b689669964f2eb7d4bb262ac7443e30 (patch) | |
tree | 79af1114ba9b36758078e34145a73cf67d356e9c /audio/SDL_mixer/Makefile | |
parent | 508470f8ffb86b002e4cf05b80398a6e08ba2207 (diff) | |
download | pkgsrc-75666c624b689669964f2eb7d4bb262ac7443e30.tar.gz |
Update to 1.2.6nb2:
Fix MIDI playback. Remove configuration option that defaults to yes.
From ISIHARA Takanori in PR 30330.
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r-- | audio/SDL_mixer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index a5204f5fd5f..80d5fdd6c20 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:44:51 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/01 14:11:26 wiz Exp $ DISTNAME= SDL_mixer-1.2.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ @@ -16,10 +16,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= YES USE_X11= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-music-ogg CPPFLAGS= -Dunix=1 -CFLAGS= -DPREFIX="\"${PREFIX}\"" +CFLAGS= -DSYSCONFDIR="\"${PKG_SYSCONFDIR}\"" INSTALLATION_DIRS= bin |