diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-09-04 19:02:01 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-09-04 19:02:01 +0000 |
commit | 787ccf92e13c67909e60706c4d601d1520261c64 (patch) | |
tree | dbc459fca3cd31565c3c9aadea7fc932dd173846 /audio/rat/files | |
parent | 710d966e3073266f4c93d35947c7884a8abae522 (diff) |
Notes
Diffstat (limited to 'audio/rat/files')
-rw-r--r-- | audio/rat/files/patch-aa | 11 | ||||
-rw-r--r-- | audio/rat/files/patch-ab | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa new file mode 100644 index 000000000000..72673143c99e --- /dev/null +++ b/audio/rat/files/patch-aa @@ -0,0 +1,11 @@ +--- rat/sdr2.plugin.in.orig Wed May 12 07:36:14 1999 ++++ rat/sdr2.plugin.in Sun Aug 22 10:47:05 1999 +@@ -12,7 +12,7 @@ + + media: audio + proto: RTP/AVP +-tool: rat-__VERSION__ ++tool: rat + protoname: RTP + cryptflag: -K + diff --git a/audio/rat/files/patch-ab b/audio/rat/files/patch-ab new file mode 100644 index 000000000000..9ca8304219fd --- /dev/null +++ b/audio/rat/files/patch-ab @@ -0,0 +1,12 @@ +--- 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 -ltk80 -ltcl80" ++ TCL_INCL="-I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0" + AUDIO="auddev_luigi.o" + DEBUG="-g" + CHAR="-fsigned-char" |