summaryrefslogtreecommitdiff
path: root/mbone/rtpmon/files/patch-aa
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-09-25 00:10:59 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-09-25 00:10:59 +0000
commit7d19bc81ee19a7aba959f8666f92b4dc432b8a7e (patch)
tree1a154a287295f158f578a0229f391b56afb9d88e /mbone/rtpmon/files/patch-aa
parentReflect the recent PKGNAME changes. (diff)
Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script.
Notes
Notes: svn path=/head/; revision=8020
Diffstat (limited to '')
-rw-r--r--mbone/rtpmon/files/patch-aa63
1 files changed, 40 insertions, 23 deletions
diff --git a/mbone/rtpmon/files/patch-aa b/mbone/rtpmon/files/patch-aa
index 21c999ab8d8a..39dbb2a57514 100644
--- a/mbone/rtpmon/files/patch-aa
+++ b/mbone/rtpmon/files/patch-aa
@@ -1,23 +1,40 @@
---- configure.orig Tue Oct 22 22:32:09 1996
-+++ configure Wed Nov 6 22:57:53 1996
-@@ -1609,6 +1609,7 @@
- $prefix/lib/tcl7.6 \
- $prefix/share/lib/tcl7.6 \
- $x_libraries/tcl7.6 \
-+ /usr/libdata/tcl \
- $dir/lib/tcl7.5 \
- $dir/share/lib/tcl7.5 \
- ../tcl7.5/library \
-@@ -1951,6 +1952,12 @@
- LDFLAGS="$LDFLAGS -L$place"
- libtk="-ltk41"
- fi
-+
-+ if test -r $place/libtk41.so.1.0 ; then
-+ echo "$ac_t""$place/libtk41.so.1.0" 1>&6
-+ LDFLAGS="$LDFLAGS -L$place"
-+ libtk="-ltk41"
-+ fi
-
- if test "$libtk" = "no" ; then
- if test -r $place/libtk4.2.a ; then
+--- configure.in.orig Wed Jan 15 14:44:04 1997
++++ configure.in Wed Sep 24 17:09:03 1997
+@@ -109,6 +109,7 @@
+ /usr/src/tcl7.6/generic \
+ /usr/local/src/tcl7.6/generic \
+ /usr/src/local/tcl7.6/generic \
++ /usr/local/include/tcl7.6 \
+ ../tcl7.5/generic \
+ /usr/src/tcl7.5/generic \
+ /usr/local/src/tcl7.5/generic \
+@@ -189,6 +190,10 @@
+ AC_MSG_RESULT($place/libtcl7.6.a)
+ LDFLAGS="$LDFLAGS -L$place"
+ libtcl="-ltcl7.6"
++ elif test -r $place/libtcl76.a ; then
++ AC_MSG_RESULT($place/libtcl7.6.a)
++ LDFLAGS="$LDFLAGS -L$place"
++ libtcl="-ltcl76"
+ elif test -r $place/libtcl7.5.a ; then
+ AC_MSG_RESULT($place/libtcl7.5.a)
+ LDFLAGS="$LDFLAGS -L$place"
+@@ -287,6 +292,7 @@
+ if test "$found_tk_h" = "no" ; then
+ AC_MSG_CHECKING(for tk.h)
+ places="$dir/include \
++ /usr/local/include/tk4.2 \
+ ../tk4.1/generic \
+ /usr/src/tk4.1/generic \
+ /usr/local/src/tk4.1/generic \
+@@ -349,6 +355,10 @@
+ AC_MSG_RESULT($place/libtk4.2.a)
+ LDFLAGS="$LDFLAGS -L$place"
+ libtk="-ltk4.2"
++ elif test -r $place/libtk42.a ; then
++ AC_MSG_RESULT($place/libtk42.a)
++ LDFLAGS="$LDFLAGS -L$place"
++ libtk="-ltk42"
+ elif test -r $place/libtk4.1.a ; then
+ AC_MSG_RESULT($place/libtk4.1.a)
+ LDFLAGS="$LDFLAGS -L$place"