aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-05 21:12:27 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-05 21:12:27 +0000
commit045321f75a92c058a980b73dfc1c66ab2d1a87b8 (patch)
tree28ddb8f79565cd9b89bb474e8f15e38e7ed3d14e /audio
parent8c56da7c9e3200ba0db0310216743a4979109a32 (diff)
downloadports-045321f75a92c058a980b73dfc1c66ab2d1a87b8.tar.gz
ports-045321f75a92c058a980b73dfc1c66ab2d1a87b8.zip
Fix build under -CURRENT.
PR: ports/52298 Submitted by: Samy Al Bahra <samy@kerneled.com>
Notes
Notes: svn path=/head/; revision=82332
Diffstat (limited to 'audio')
-rw-r--r--audio/terminatorx/files/patch-src::tX_dialog.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-src::tX_dialog.cc b/audio/terminatorx/files/patch-src::tX_dialog.cc
new file mode 100644
index 000000000000..580957977068
--- /dev/null
+++ b/audio/terminatorx/files/patch-src::tX_dialog.cc
@@ -0,0 +1,11 @@
+--- src/tX_dialog.cc.orig Thu Jun 5 14:08:16 2003
++++ src/tX_dialog.cc Thu Jun 5 14:08:40 2003
+@@ -184,7 +184,7 @@
+ #ifdef USE_OSS
+ static GList *oss_devices=NULL;
+
+-int oss_select_dsp_only(const struct dirent *entry){
++int oss_select_dsp_only(struct dirent *entry){
+ return (strstr(entry->d_name, "dsp")!=0);
+ }
+