diff options
Diffstat (limited to 'mail/tkrat2/files/patch-stubs')
-rw-r--r-- | mail/tkrat2/files/patch-stubs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/tkrat2/files/patch-stubs b/mail/tkrat2/files/patch-stubs deleted file mode 100644 index 23db747b2c83..000000000000 --- a/mail/tkrat2/files/patch-stubs +++ /dev/null @@ -1,20 +0,0 @@ -Use the TCL_STUBS when compiling and linking loadable TCL modules. -The need for stubs should be detectable by configure, I guess, but -I'm lazy today... - - -mi - ---- lib/Makefile.in Mon May 1 16:31:01 2000 -+++ lib/Makefile.in Sun Apr 8 16:58:09 2001 -@@ -68,2 +68,4 @@ - DUMMYLIB = ratDummy${SHLIB_SUFFIX} -+CFLAGS+= -DUSE_TCL_STUBS -+SHLIB_LD_LIBS+=-L${prefix}/lib -ltclstub83 - ---- util/Makefile.in Mon May 1 16:31:01 2000 -+++ util/Makefile.in Sun Apr 8 17:19:49 2001 -@@ -69,2 +69,4 @@ - BUSYLIB = blt_busy${BUSYLIB_SUFFIX} -+CFLAGS+= -DUSE_TCL_STUBS -+SHLIB_LD_LIBS+=-L${prefix}/lib -ltclstub83 - |