diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 16:06:05 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 16:06:05 +0000 |
commit | a87c59f3524ca031a40d21ba82e00b26383e6b6f (patch) | |
tree | 7d9fd80d7aa2313b384638ef50b34a852b94a8a1 /mbone/rat/files/patch-ab | |
parent | Update to latest set of patches (diff) |
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
Diffstat (limited to 'mbone/rat/files/patch-ab')
-rw-r--r-- | mbone/rat/files/patch-ab | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/mbone/rat/files/patch-ab b/mbone/rat/files/patch-ab index 1494e645cbe1..4df1138df8e8 100644 --- a/mbone/rat/files/patch-ab +++ b/mbone/rat/files/patch-ab @@ -1,12 +1,11 @@ ---- rat/configure.orig Sun Aug 22 10:52:06 1999 -+++ rat/configure Sun Aug 22 10:53:22 1999 -@@ -111,7 +111,8 @@ - WFLAGS=$GCCWFLAGS - INCLUDE="-I/usr/X11R6/include -I/usr/local/include" - LDLIBS="-L/usr/X11R6/lib -lXext -lX11 -lm" -- TCL_LIBS="../tk-8.0/unix/libtk80.a ../tcl-8.0/unix/libtcl80.a" -+ TCL_LIBS="-L/usr/local/lib -ltk82 -ltcl82" -+ TCL_INCL="-I/usr/local/include/tk8.2 -I/usr/local/include/tcl8.2" - AUDIO="auddev_luigi.o" - DEBUG="-g" - CHAR="-fsigned-char" +--- rat/sdr2.plugin.in.orig Sat Sep 16 19:54:48 2000 ++++ rat/sdr2.plugin.in Sat Sep 16 19:55:02 2000 +@@ -14,7 +14,7 @@ + + media:audio + proto:RTP/AVP +-tool:rat-VERSION ++tool:rat + protoname:RTP + cryptflag:-K + |