mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Remove no longer needed patches.
This commit is contained in:
parent
376901c615
commit
e921c3d30b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181621
@ -1,13 +0,0 @@
|
||||
--- libs/ardour/ardour/configuration_vars.h.orig Thu Dec 7 17:48:57 2006
|
||||
+++ libs/ardour/ardour/configuration_vars.h Thu Dec 7 17:49:18 2006
|
||||
@@ -7,8 +7,8 @@
|
||||
CONFIG_VARIABLE (std::string, auditioner_output_left, "auditioner-output-left", "coreaudio:Built-in Audio:in1")
|
||||
CONFIG_VARIABLE (std::string, auditioner_output_right, "auditioner-output-right", "coreaudio:Built-in Audio:in2")
|
||||
#else
|
||||
-CONFIG_VARIABLE (std::string, auditioner_output_left, "auditioner-output-left", "alsa_pcm:playback_1")
|
||||
-CONFIG_VARIABLE (std::string, auditioner_output_right, "auditioner-output-right", "alsa_pcm:playback_2")
|
||||
+CONFIG_VARIABLE (std::string, auditioner_output_left, "auditioner-output-left", "oss:playback_1")
|
||||
+CONFIG_VARIABLE (std::string, auditioner_output_right, "auditioner-output-right", "oss:playback_2")
|
||||
#endif
|
||||
|
||||
/* MIDI and MIDI related */
|
@ -1,13 +0,0 @@
|
||||
--- libs/ardour/session_state.cc.orig Thu Dec 7 13:20:07 2006
|
||||
+++ libs/ardour/session_state.cc Thu Dec 7 13:22:03 2006
|
||||
@@ -40,8 +40,9 @@
|
||||
#ifdef HAVE_SYS_VFS_H
|
||||
#include <sys/vfs.h>
|
||||
#else
|
||||
-#include <sys/mount.h>
|
||||
+// /usr/include/sys/ucred.h:71: error: `NGROUPS' was not declared in this scope
|
||||
#include <sys/param.h>
|
||||
+#include <sys/mount.h>
|
||||
#endif
|
||||
|
||||
#include <glibmm.h>
|
Loading…
Reference in New Issue
Block a user