summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-ak')
-rw-r--r--audio/faad2/patches/patch-ak13
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/faad2/patches/patch-ak b/audio/faad2/patches/patch-ak
index 19e1df24ab2..7d315e660b5 100644
--- a/audio/faad2/patches/patch-ak
+++ b/audio/faad2/patches/patch-ak
@@ -1,6 +1,6 @@
-$NetBSD: patch-ak,v 1.2 2005/10/09 03:23:11 ben Exp $
+$NetBSD: patch-ak,v 1.3 2006/07/27 17:27:29 wiz Exp $
---- configure.in.orig 2004-02-06 08:04:39.000000000 -0800
+--- configure.in.orig 2004-02-06 17:04:39.000000000 +0100
+++ configure.in
@@ -1,5 +1,5 @@
AC_INIT
@@ -9,6 +9,15 @@ $NetBSD: patch-ak,v 1.2 2005/10/09 03:23:11 ben Exp $
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
+@@ -13,7 +13,7 @@ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_ARG_WITH( xmms, [ --with-xmms compile XMMS plugins],WITHXMMS=$withval, WITHXMMS=no)
+
@@ -114,7 +114,7 @@ if test x$WITHDRM = xyes; then
AC_DEFINE(DRM, 1, [Define if you want to use libfaad together with Digital Radio Mondiale (DRM)])
fi