diff options
| author | Clive Lin <clive@FreeBSD.org> | 2001-03-15 20:31:36 +0000 |
|---|---|---|
| committer | Clive Lin <clive@FreeBSD.org> | 2001-03-15 20:31:36 +0000 |
| commit | fb63c5fc8f8f09959d66dba8c42a3625b42b4c4e (patch) | |
| tree | c63722735b4b9845b3aaa6f8c46293bc716b2d21 /irc/bitchx/files/patch-ak | |
| parent | a05d1e2f1576cb31228255e9133aed50a5528661 (diff) | |
o Update to 1.0c18
o Correct plist
PR: ports/25830
Submitted by: MAINTAINER
Reviewed by: chroot(8)
Diffstat (limited to 'irc/bitchx/files/patch-ak')
| -rw-r--r-- | irc/bitchx/files/patch-ak | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/irc/bitchx/files/patch-ak b/irc/bitchx/files/patch-ak deleted file mode 100644 index 9ec55611914f..000000000000 --- a/irc/bitchx/files/patch-ak +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.in.orig Tue Aug 29 09:14:45 2000 -+++ configure.in Fri Sep 15 11:49:51 2000 -@@ -940,8 +940,8 @@ - AC_MSG_RESULT(no) - else - AC_MSG_RESULT(yes) -- AC_CHECK_LIB(dl, dlopen, LIBS="$LIBS -ldl", -- AC_CHECK_FUNC(dlopen,, -+ AC_CHECK_FUNC(dlopen,, -+ AC_CHECK_LIB(dl, dlopen, LIBS="$LIBS -ldl", - AC_CHECK_LIB(dld, dld_link, LIBS="$LIBS -ldld", - AC_CHECK_LIB(dld, shl_load, LIBS="$LIBS -ldld", - AC_MSG_ERROR(Cannot find dlopen. Please run ./configure --without-tcl -@@ -970,7 +970,7 @@ - else - #if test x"$withval" != x"yes"; then - if test -d "$withval"; then -- TCL_LIBS="$LIBS -L$withval -ltcl" -+ TCL_LIBS="$LIBS -L$withval -ltcl83" - search_tcl=0 - has_tcl=1 - fi -@@ -991,10 +991,10 @@ - - AC_DEFUN(AC_SEARCH_TCL, - [ AC_MSG_CHECKING("location of tcl.h") -- AC_CHECK_TCL(/usr/include, tcl.h, -ltcl,, "found in /usr/include") -- AC_CHECK_TCL(/usr/include/tcl, tcl.h, -ltcl, -I/usr/include/tcl, "found in /usr/include/tcl") -- AC_CHECK_TCL(/usr/local/include, tcl.h, -L/usr/local/lib -ltcl, -I/usr/local/include, "found in /usr/local") -- AC_CHECK_TCL(/usr/local/include/tcl, tcl.h, -L/usr/local/lib -L/usr/local/lib/tcl -ltcl, -I/usr/local/include/tcl, "found in /usr/local/include/tcl") -+ AC_CHECK_TCL(/usr/include, tcl.h, -ltcl83,, "found in /usr/include") -+ AC_CHECK_TCL(/usr/include/tcl, tcl.h, -ltcl83, -I/usr/include/tcl, "found in /usr/include/tcl") -+ AC_CHECK_TCL(/usr/local/include, tcl.h, -L/usr/local/lib -ltcl83, -I/usr/local/include, "found in /usr/local") -+ AC_CHECK_TCL(/usr/local/include/tcl, tcl.h, -L/usr/local/lib -L/usr/local/lib/tcl -ltcl83, -I/usr/local/include/tcl, "found in /usr/local/include/tcl") - ]) - - if test x"$search_tcl" != x"0"; then |
