fixes/updates for the latest svn sources

This commit is contained in:
Aleksey Cheusov 2009-09-12 06:54:09 +00:00 committed by Thomas Klausner
parent a5fe298ebb
commit 88e02a60c2
4 changed files with 19 additions and 10 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/05/24 19:27:50 cheusov Exp $
# $NetBSD: Makefile,v 1.6 2009/09/12 06:54:09 cheusov Exp $
DISTNAME= mpg123-${MPG123_VERSION}
CATEGORIES= audio
@ -46,7 +46,7 @@ SVN_ROOT.mpg123= svn://orgis.org/mpg123/trunk
SVN_MODULE.mpg123= mpg123
pre-configure:
cd ${WRKSRC} && sh ./autogen.sh
cd ${WRKSRC} && autoreconf -iv
.include "../../wip/mk/svn-package.mk"
.include "../../mk/bsd.fast.prefs.mk"

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2009/08/20 21:56:21 cheusov Exp $
$NetBSD: distinfo,v 1.6 2009/09/12 06:54:09 cheusov Exp $
SHA1 (patch-aa) = 1ec70b2dffe8d51a906c3eb9c8724db632fca49c
SHA1 (patch-ab) = 6a25fc443f65909e4552128e645e45d6ad0a88e9
SHA1 (patch-aa) = 265fbaf97a1cf71c552ee2e95b93e5c7dd2b6edf
SHA1 (patch-ab) = e9ad3d95ed60677ec1a4edf530f8f341ae2224fd

View file

@ -1,6 +1,6 @@
$NetBSD: patch-aa,v 1.2 2009/05/24 19:27:50 cheusov Exp $
$NetBSD: patch-aa,v 1.3 2009/09/12 06:54:09 cheusov Exp $
--- src/output/oss.c.orig 2009-05-24 00:45:10.000000000 +0300
--- src/output/oss.c.orig 2009-09-12 02:38:47.000000000 +0300
+++ src/output/oss.c
@@ -167,7 +167,7 @@ static int open_oss(audio_output_t *ao)
if(!ao) return -1;

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ab,v 1.5 2009/08/20 21:56:21 cheusov Exp $
$NetBSD: patch-ab,v 1.6 2009/09/12 06:54:09 cheusov Exp $
--- configure.ac.orig 2009-08-21 00:28:11.000000000 +0300
--- configure.ac.orig 2009-09-12 02:38:50.000000000 +0300
+++ configure.ac
@@ -567,31 +567,26 @@ case $host in
@@ -585,31 +585,26 @@ case $host in
AC_MSG_WARN([Unknown host operating system])
cpu_type="i386"
buffer=disabled
@ -34,3 +34,12 @@ $NetBSD: patch-ab,v 1.5 2009/08/20 21:56:21 cheusov Exp $
;;
*)
AC_MSG_WARN([Unknown host operating system])
@@ -1803,7 +1798,7 @@ AC_ARG_ENABLE(win32_unicode,
fi
], [AC_MSG_RESULT([no])])
-AM_CONDITIONAL([WIN32_USE_UNICODE], [ test "x$win32_unicode" == xenabled])
+AM_CONDITIONAL([WIN32_USE_UNICODE], [ test "x$win32_unicode" = xenabled])
dnl ############## Final Output