mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
489 B
Plaintext
14 lines
489 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@ @IMAP_LIBS@
|
|
+CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@ @TCL_CPPFLAGS@ @SASLFLAGS@
|
|
+LIBS = @TCL_LIBS@ -lm @IMAP_LIBS@
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|