summaryrefslogtreecommitdiff
path: root/audio/ices-mp3/patches
diff options
context:
space:
mode:
authorkim <kim>2004-09-24 01:39:30 +0000
committerkim <kim>2004-09-24 01:39:30 +0000
commitb64565d977901662b79f01f7c01fa44965fb251f (patch)
tree5582f3e14c51f1387594a0fba190d58eabeec389 /audio/ices-mp3/patches
parent3f7886e9010d1b236608983739885abb8176d9f0 (diff)
downloadpkgsrc-b64565d977901662b79f01f7c01fa44965fb251f.tar.gz
Upgrade to ices-mp3-0.4:
* FLAC transcoding support. * Crossfader added.
Diffstat (limited to 'audio/ices-mp3/patches')
-rw-r--r--audio/ices-mp3/patches/patch-aa25
1 files changed, 11 insertions, 14 deletions
diff --git a/audio/ices-mp3/patches/patch-aa b/audio/ices-mp3/patches/patch-aa
index 0e45e455092..a3dadf434fb 100644
--- a/audio/ices-mp3/patches/patch-aa
+++ b/audio/ices-mp3/patches/patch-aa
@@ -1,16 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/04/24 18:08:13 kim Exp $
+$NetBSD: patch-aa,v 1.2 2004/09/24 01:39:30 kim Exp $
---- src/definitions.h.orig 2003-06-19 18:17:27.000000000 -0400
-+++ src/definitions.h 2004-04-17 03:04:00.000000000 -0400
-@@ -53,9 +53,11 @@
- # define __USE_POSIX
- #endif
+--- configure.ac.orig 2004-08-28 14:54:44.000000000 -0400
++++ configure.ac 2004-09-23 21:28:38.000000000 -0400
+@@ -367,7 +367,7 @@
+ LDFLAGS="$LDFLAGS -L$with_flac/lib"
+ fi
-+#ifndef __NetBSD__
- #ifndef _POSIX_C_SOURCE
- #define _POSIX_C_SOURCE 199506L
- #endif
-+#endif
-
- /* This for freebsd (needed on 3.2 at least) */
- #ifdef SOMEBSD
+- AC_CHECK_HEADER(faad.h, have_flac="maybe")
++ AC_CHECK_HEADER(FLAC/stream_decoder.h, have_flac="maybe")
+ if test "$have_flac" != "no"
+ then
+ AC_CHECK_LIB(FLAC, FLAC__stream_decoder_new, [