diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /mail/cyrus-imapd24/files/patch-bb | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-bb')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/cyrus-imapd24/files/patch-bb b/mail/cyrus-imapd24/files/patch-bb deleted file mode 100644 index b4ec10180d1f..000000000000 --- a/mail/cyrus-imapd24/files/patch-bb +++ /dev/null @@ -1,22 +0,0 @@ -*** cyradm/Makefile.in.orig Tue Jun 9 06:30:40 1998 ---- cyradm/Makefile.in Wed Aug 26 11:35:46 1998 -*************** -*** 33,41 **** - RANLIB = @RANLIB@ - - DEFS = @DEFS@ @TCL_DEFS@ -! CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@ @TCL_CPPFLAGS@ -! # lazy approach to linking: just do it a lot -! LIBS = @TCL_LIBS@ @LIBS@ @TCL_LIBS@ @LIBS@ - DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ - - CFLAGS = @CFLAGS@ ---- 33,40 ---- - RANLIB = @RANLIB@ - - DEFS = @DEFS@ @TCL_DEFS@ -! CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et -I$(prefix)/include/tcl8.0 @CPPFLAGS@ -! LIBS = @LIBS@ -L/usr/local/lib -ltcl80 -lm - DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ - - CFLAGS = @CFLAGS@ |