diff options
Diffstat (limited to 'net-libs/wvstreams/files/wvstreams-4.0.1-tcl_8_4.patch')
-rw-r--r-- | net-libs/wvstreams/files/wvstreams-4.0.1-tcl_8_4.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-libs/wvstreams/files/wvstreams-4.0.1-tcl_8_4.patch b/net-libs/wvstreams/files/wvstreams-4.0.1-tcl_8_4.patch deleted file mode 100644 index 8749f02e9027..000000000000 --- a/net-libs/wvstreams/files/wvstreams-4.0.1-tcl_8_4.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- vars.mk.orig 2004-11-18 16:15:05.000000000 +0200 -+++ vars.mk 2005-01-03 08:10:55.377724088 +0200 -@@ -251,3 +251,5 @@ - - libwvgtk.a libwvgtk.so: $(call objects,gtk) - libwvgtk.so: -lgtk -lgdk libwvstreams.so libwvutils.so -+ -+libuniconf_tcl.so: bindings/uniconf_tcl.o -ltcl8.4 -luniconf ---- configure.ac.orig 2004-11-18 16:15:05.000000000 +0200 -+++ configure.ac 2005-01-03 08:10:55.378723936 +0200 -@@ -473,9 +473,9 @@ - # tcl - if test "$with_tcl" != "no"; then - CPPFLAGS_save="$CPPFLAGS" -- WV_APPEND(CPPFLAGS, -I/usr/include/tcl8.3) -+ WV_APPEND(CPPFLAGS, -I/usr/include) - AC_CHECK_HEADERS(tcl.h,, [with_tcl=no]) -- AC_CHECK_LIB(tcl8.3, TclInterpInit,, [with_tcl=no]) -+ AC_CHECK_LIB(tcl8.4, TclInterpInit,, [with_tcl=no]) - if test "$with_tcl" != "no"; then - CPPFLAGS="$CPPFLAGS_save" - fi |