summaryrefslogtreecommitdiff
path: root/comms/unixcw/files/patch-src_cwcp_cwcp.c
blob: 609240cb989d352a8afec7977b1c4d90703913c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/cwcp/cwcp.c.orig	2018-08-08 04:24:32 UTC
+++ src/cwcp/cwcp.c
@@ -1732,6 +1732,7 @@ int main(int argc, char **argv)
 		}
 	}
 
+#ifndef __FreeBSD__
 	if (config->audio_system == CW_AUDIO_ALSA
 	    && cw_is_pa_possible(NULL)) {
 
@@ -1741,6 +1742,7 @@ int main(int argc, char **argv)
 		fprintf(stdout, "Press Enter key to continue\n");
 		getchar();
 	}
+#endif
 
 	generator = cw_generator_new_from_config(config);
 	if (!generator) {