~ubuntu-branches/ubuntu/precise/csound/precise

« back to all changes in this revision

Viewing changes to installer/linux/fedora/csound-5.10.1-rtalsa-fix.patch

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2012-04-19 09:26:46 UTC
  • mfrom: (3.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20120419092646-96xbj1n6atuqosk2
Tags: 1:5.17.6~dfsg-1
* New upstream release
 - Do not build the wiimote opcodes (we need wiiuse).
* Add new API function to symbols file
* Disable lua opcodes, they were broken. Requires OpenMP to be enabled.
* Backport fixes from upstream:
  - Link dssi4cs with dl. Backport
  - Fix building of CsoundAC

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- Csound5.10.1/InOut/rtalsa.c.orig    2008-12-15 21:18:39.000000000 +0000
 
2
+++ Csound5.10.1/InOut/rtalsa.c 2009-03-31 00:28:48.000000000 +0100
 
3
@@ -45,6 +45,7 @@
 
4
 #include <sys/select.h>
 
5
 #include <termios.h>
 
6
 #include <errno.h>
 
7
+#define _POSIX_C_SOURCE 1
 
8
 #include <alsa/asoundlib.h>
 
9
 #include <sched.h>
 
10
 #include <unistd.h>