summaryrefslogtreecommitdiff
path: root/net/ekiga/files/patch-src_sound_handling.cpp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-02-01 18:55:00 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-02-01 18:55:00 +0000
commita2ed2060e3a3ca5f44e38f632eb03bde6cb829c3 (patch)
tree6033b83b379026e6a0f32daae76809d6dd39bfda /net/ekiga/files/patch-src_sound_handling.cpp
parentCurrent maintainer notes that he no longer uses this software. We (diff)
Unbreak on 5.x and 6.0 based on [1].
Remove broken and depricated. Take maintainership. Do some portlint petting. Sort plist. PR: 68022 Submitted by: Paul Seniura <pdseniura at techie dot com>
Notes
Notes: svn path=/head/; revision=127867
Diffstat (limited to 'net/ekiga/files/patch-src_sound_handling.cpp')
-rw-r--r--net/ekiga/files/patch-src_sound_handling.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-src_sound_handling.cpp b/net/ekiga/files/patch-src_sound_handling.cpp
new file mode 100644
index 000000000000..8af2fe631bbc
--- /dev/null
+++ b/net/ekiga/files/patch-src_sound_handling.cpp
@@ -0,0 +1,11 @@
+--- src/sound_handling.cpp.orig Thu Jan 27 14:47:01 2005
++++ src/sound_handling.cpp Thu Jan 27 14:57:07 2005
+@@ -466,7 +466,7 @@
+ dialog =
+ gtk_dialog_new_with_buttons ("Audio test running...",
+ GTK_WINDOW (gw->druid_window),
+- (enum GtkDialogFlags) (GTK_DIALOG_DESTROY_WITH_PARENT),
++ (GtkDialogFlags) (GTK_DIALOG_DESTROY_WITH_PARENT),
+ GTK_STOCK_OK,
+ GTK_RESPONSE_ACCEPT,
+ NULL);