[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #12316] FTBFS on kfreebsd-gnu (fwd)
From: |
anonymous |
Subject: |
[bugs #12316] FTBFS on kfreebsd-gnu (fwd) |
Date: |
Mon, 14 Mar 2005 19:44:58 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.6) Gecko/20050306 Firefox/1.0.1 (Debian package 1.0.1-2) |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12316>
Summary: FTBFS on kfreebsd-gnu (fwd)
Project: GNUstep
Submitted by: None
Submitted on: Mon 03/14/2005 at 14:44
Category: Gui/AppKit
Severity: 5 - Average
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
Forwarded from Debian Bug Traking System
(kfreebsd-gnu is the FreeBSD Debian port)
Original bug submitter is
Robert Millan <rmh@debian.org>
>Package: gnustep-gui
>Severity: wishlist
>Tags: patch
>
>The attached patch fixes FTBFS on kfreebsd-gnu. Please >could you forward
>it upstream?
>
>OTOH, I think it'd be worth parsing the file in question >with a cleanup
tool
>like dos2unix or indent. It's full of weird CR/LF >terminators.
diff -ur gnustep-gui-0.9.3.old/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c
gnustep-gui-0.9.3/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c
---
gnustep-gui-0.9.3.old/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c
2003-07-20
04:08:22.000000000 +0200
+++
gnustep-gui-0.9.3/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c
2004-08-25
02:29:18.000000000 +0200
@@ -109,19 +109,15 @@
#include <pthread.h>
#include <errno.h>
-#ifdef __linux__
+#if defined(__linux__)
#include <linux/soundcard.h>
-#else
-#ifdef __FreeBSD__
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <sys/soundcard.h>
-#else
-#ifdef __OpenBSD__
+#elif defined(__OpenBSD__)
#include <soundcard.h>
-#else
+#else
#include <machine/soundcard.h> /* JH20010905 */
#endif
-#endif
-#endif
#include "portaudio.h"
#include "pa_host.h"
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 03/14/2005 at 14:44 Name: gnustep-gui_0.9.3-4.diff Size: 823B
By: None
<http://savannah.gnu.org/bugs/download.php?item_id=12316&item_file_id=2306>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12316>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #12316] FTBFS on kfreebsd-gnu (fwd),
anonymous <=