freebsd-ports/mail/cyrus-imapd23/files/patch-bb
Steve Price 69b1385a3f Make sure a couple of more echo(1)s get to the temporary PLIST. Also
update to use Tk8.2.

PR:		14452
Submitted by:	Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
1999-11-26 18:20:21 +00:00

13 lines
492 B
Text

--- cyradm/Makefile.in.orig Fri Aug 7 08:48:26 1998
+++ cyradm/Makefile.in Mon May 10 02:40:06 1999
@@ -33,8 +33,8 @@
RANLIB = @RANLIB@
DEFS = @DEFS@ @TCL_DEFS@
-CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@ @TCL_CPPFLAGS@
-LIBS = @TCL_LIBS@ @LIBS@
+CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@ -I$(prefix)/include/tcl8.2
+LIBS = -L$(prefix)/lib -ltcl82 -lm @LIBS@
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
CFLAGS = @CFLAGS@