1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mbone/rat/files/patch-ag
Ade Lovett a87c59f352 The port was suffering bit rot deriving from differences between the
previous pcm driver and newpcm.  This replacement port adds newpcm
mixer support and brings port up to date with the current rat release
(4.2.9).

PR:		21333
Submitted by:	maintainer
2000-09-18 16:06:05 +00:00

14 lines
407 B
Plaintext

--- rat/main_control.c.brokenbin Sun Sep 17 02:26:19 2000
+++ rat/main_control.c Sun Sep 17 02:26:38 2000
@@ -34,8 +34,8 @@
#define ENGINE_NAME "ratmedia.exe"
#define CONTROL_NAME "rat.exe"
#else
-#define UI_NAME "rat-"##RAT_VERSION##"-ui"
-#define ENGINE_NAME "rat-"##RAT_VERSION##"-media"
+#define UI_NAME "rat-ui"
+#define ENGINE_NAME "rat-media"
#endif
#define DEFAULT_RTP_PORT 5004