mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
53808164cb
- Don't overwrite pre-existing imapd.conf - Fix installation of doc files - Clean up pkg/COMMENT
14 lines
492 B
Plaintext
14 lines
492 B
Plaintext
--- 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.0
|
|
+LIBS = -L$(prefix)/lib -ltcl80 -lm @LIBS@
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|