summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-10-03 18:03:32 +0000
committerjoerg <joerg@pkgsrc.org>2008-10-03 18:03:32 +0000
commit49382d4ceb88ae11a631d8af142ffa8ae072a678 (patch)
treec3ef3c2a9e4869a04cf687af4c9395e816172cfd
parentdb18207a77f2a6e5fdf402182f99c4b4795ba90e (diff)
downloadpkgsrc-49382d4ceb88ae11a631d8af142ffa8ae072a678.tar.gz
Fix build issues.
-rw-r--r--audio/terminatorx/distinfo3
-rw-r--r--audio/terminatorx/patches/patch-ah13
2 files changed, 15 insertions, 1 deletions
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;