summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-12-25 19:48:42 +0000
committermarkd <markd@pkgsrc.org>2007-12-25 19:48:42 +0000
commit1d1f6cb376fbf8e4be84ccbcccb84d39876aba34 (patch)
tree72a84fb8b641b9fc75bc157ad255e58adcb512b6 /audio
parente14fc5d131b8d56f23f6813840fbea1d9f549357 (diff)
downloadpkgsrc-1d1f6cb376fbf8e4be84ccbcccb84d39876aba34.tar.gz
Fix build problem on NetBSD/powerpc as seen in Havard Eidnes' bulk build.
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/distinfo4
-rw-r--r--audio/nas/patches/patch-ad38
2 files changed, 39 insertions, 3 deletions
diff --git a/audio/nas/distinfo b/audio/nas/distinfo
index 2577cda0438..705a48f609f 100644
--- a/audio/nas/distinfo
+++ b/audio/nas/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2007/11/10 02:41:34 wiz Exp $
+$NetBSD: distinfo,v 1.22 2007/12/25 19:48:42 markd Exp $
SHA1 (nas-1.9.src.tar.gz) = 2ee3151c71a6667bd996a0f1cda18a8b9d7cb0c7
RMD160 (nas-1.9.src.tar.gz) = a691f10d557bd676bbc2e9f0db949169815446aa
@@ -6,7 +6,7 @@ Size (nas-1.9.src.tar.gz) = 1471635 bytes
SHA1 (patch-aa) = b57fe377c3939a67b86e234e06d0bd84bbd92d28
SHA1 (patch-ab) = d424b0970bd23584629f6a9bebea8b8c014462b5
SHA1 (patch-ac) = 36f8ee0ec494e9d6a7994780c608c7a5fbf2114d
-SHA1 (patch-ad) = d749d1e6f0ede2a848cb663ed8dddcb7ee9f8c48
+SHA1 (patch-ad) = 43e71c079c79560172fce434e3a6f2b12ce3f596
SHA1 (patch-ae) = f8ec2cb1809937aa7366ab65bee294e8affce543
SHA1 (patch-af) = c08e0e2e6bfe6fd3aed7171dfd16a4df99a0b66a
SHA1 (patch-ag) = 99a8c9af8385d0ce9c4c08f09b4ae41a2ba268ab
diff --git a/audio/nas/patches/patch-ad b/audio/nas/patches/patch-ad
index 3df5721084c..86787696725 100644
--- a/audio/nas/patches/patch-ad
+++ b/audio/nas/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.11 2007/05/05 21:31:10 markd Exp $
+$NetBSD: patch-ad,v 1.12 2007/12/25 19:48:43 markd Exp $
--- server/dda/voxware/auvoxware.c.orig 2007-03-18 17:05:55.000000000 +1200
+++ server/dda/voxware/auvoxware.c
@@ -28,3 +28,39 @@ $NetBSD: patch-ad,v 1.11 2007/05/05 21:31:10 markd Exp $
"/dev/mixer", /* mixer */
O_WRONLY, /* howToOpen */
1, /* autoOpen */
+@@ -1335,7 +1344,7 @@ disableProcessFlow(void)
+ }
+
+
+-#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__)
++#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__) && !defined(__powerpc__)
+ inline
+ #endif
+ static void
+@@ -1350,7 +1359,7 @@ monoToStereoLinearSigned16LSB(AuUint32 n
+ }
+ }
+
+-#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__)
++#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__) && !defined(__powerpc__)
+ inline
+ #endif
+ static void
+@@ -1413,7 +1422,7 @@ writePhysicalOutputsMono(void)
+ AuUnBlockAudio(l);
+ }
+
+-#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__)
++#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__) && !defined(__powerpc__)
+ inline
+ #endif
+ static void
+@@ -1428,7 +1437,7 @@ stereoToMonoLinearSigned16LSB(AuUint32 n
+ }
+ }
+
+-#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__)
++#if defined(__GNUC__) && !defined(linux) && !defined(USL) && !defined(__CYGWIN__) && !defined(__powerpc__)
+ inline
+ #endif
+ static void