diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-13 09:34:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-13 09:34:59 +0000 |
commit | eed53c485e348899fef6654286cf9835d166302f (patch) | |
tree | 9247d2459b81d16d8ea0e9d8dcc6883aaa83fc89 /audio/ices-mp3 | |
parent | 559c6e6809ce971e4bd7cea03e277b2c5ef85505 (diff) | |
download | pkgsrc-eed53c485e348899fef6654286cf9835d166302f.tar.gz |
Comment out flac/buildlink3.mk -- package does not support flac-1.1.3
API and I couldn't find any patches.
Diffstat (limited to 'audio/ices-mp3')
-rw-r--r-- | audio/ices-mp3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile index 9e11b71c179..abceb0c7576 100644 --- a/audio/ices-mp3/Makefile +++ b/audio/ices-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/01/07 12:25:51 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/13 09:34:59 wiz Exp $ # DISTNAME= ices-${ICES_VERSION} @@ -53,7 +53,8 @@ do-install: done ${INSTALL_DATA_DIR} ${MODDIR} -.include "../../audio/flac/buildlink3.mk" +# does not support flac-1.1.3 API +#.include "../../audio/flac/buildlink3.mk" .include "../../audio/lame/buildlink3.mk" .include "../../audio/libshout/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" |