[Pkg-voip-commits] r3235 - in portaudio/trunk/debian: . patches

Mark Purcell msp at alioth.debian.org
Sat Mar 17 13:13:17 CET 2007


Author: msp
Date: 2007-03-17 12:13:17 +0000 (Sat, 17 Mar 2007)
New Revision: 3235

Added:
   portaudio/trunk/debian/patches/dbug336890-kFreeBSD.dpatch
Modified:
   portaudio/trunk/debian/changelog
Log:
* Patch from Aurelien Jarno <aurel32 at debian.org>
  - FTBFS on GNU/kFreeBSD (Closes: #336890)

Modified: portaudio/trunk/debian/changelog
===================================================================
--- portaudio/trunk/debian/changelog	2007-03-17 12:10:29 UTC (rev 3234)
+++ portaudio/trunk/debian/changelog	2007-03-17 12:13:17 UTC (rev 3235)
@@ -3,8 +3,10 @@
   * NOT RELEASED YET
   * Update debian/watch
   * Working debian/rules get-orig-source
+  * Patch from Aurelien Jarno <aurel32 at debian.org>
+    - FTBFS on GNU/kFreeBSD (Closes: #336890)
 
- -- Mark Purcell <mark at purcell.id.au>  Sat, 17 Mar 2007 12:11:08 +0000
+ -- Mark Purcell <msp at debian.org>  Sat, 17 Mar 2007 12:14:07 +0000
 
 portaudio (18.1-4) unstable; urgency=low
 

Added: portaudio/trunk/debian/patches/dbug336890-kFreeBSD.dpatch
===================================================================
--- portaudio/trunk/debian/patches/dbug336890-kFreeBSD.dpatch	2007-03-17 12:10:29 UTC (rev 3234)
+++ portaudio/trunk/debian/patches/dbug336890-kFreeBSD.dpatch	2007-03-17 12:13:17 UTC (rev 3235)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## dbug336890-kFreeBSD.dpatch by  Aurelien Jarno <aurel32 at debian.org>; 
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.debian.org/336890
+
+ at DPATCH@
+diff -urNad portaudio-18.1~/pa_unix_oss/pa_unix_oss.c portaudio-18.1/pa_unix_oss/pa_unix_oss.c
+--- portaudio-18.1~/pa_unix_oss/pa_unix_oss.c	2003-06-30 12:05:50.000000000 +0100
++++ portaudio-18.1/pa_unix_oss/pa_unix_oss.c	2007-03-17 12:12:09.000000000 +0000
+@@ -44,7 +44,7 @@
+ #ifdef __linux__
+ #include <linux/soundcard.h>
+ #else
+-#include <machine/soundcard.h> /* JH20010905 */
++#include <sys/soundcard.h> /* JH20010905 */
+ #endif
+ 
+ 


Property changes on: portaudio/trunk/debian/patches/dbug336890-kFreeBSD.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list