From b9ac455b5e7738b8d85ef4dc8cd2be39cd85526b Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 3 Oct 2008 18:03:32 +0000 Subject: Fix build issues. --- audio/terminatorx/distinfo | 3 ++- audio/terminatorx/patches/patch-ah | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 audio/terminatorx/patches/patch-ah (limited to 'audio') diff --git a/audio/terminatorx/distinfo b/audio/terminatorx/distinfo index ac3e390b355..48e10f87996 100644 --- a/audio/terminatorx/distinfo +++ b/audio/terminatorx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2007/08/05 18:57:05 joerg Exp $ +$NetBSD: distinfo,v 1.5 2008/10/03 18:03:32 joerg Exp $ SHA1 (terminatorX-3.82.tar.bz2) = 8d492fc759ffb77c2549190081077e12f765233f RMD160 (terminatorX-3.82.tar.bz2) = b70c688101844a07eddcd3e090cd6e805e93f066 @@ -10,3 +10,4 @@ SHA1 (patch-ad) = e3125815472b334882bc190405a2ff217a018fb3 SHA1 (patch-ae) = 5412826df902f180d93de078ec1a5bcc8a6b1bfa SHA1 (patch-af) = 7129f695f1c7e79800d123b4a3d5db7a8f6c3f5d SHA1 (patch-ag) = 53094ee9beb48478ee4ea3c375422c858fc2fc81 +SHA1 (patch-ah) = f2d7ca4631b177840b88d82d614e11ba779b4ef5 diff --git a/audio/terminatorx/patches/patch-ah b/audio/terminatorx/patches/patch-ah new file mode 100644 index 00000000000..3a703c73040 --- /dev/null +++ b/audio/terminatorx/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2008/10/03 18:03:32 joerg Exp $ + +--- src/tX_prelis.cc.orig 2008-10-03 17:51:18.000000000 +0000 ++++ src/tX_prelis.cc +@@ -88,7 +88,7 @@ void prelis_start(char *name) { + usempg123=1; + else + #endif +-#ifdef USE_SOX_INPUT ++#if defined(USE_SOX_INPUT) && defined(USE_MPG123_INPUT) + usempg123=0; + #else + return; -- cgit v1.2.3