mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
--- cyradm/Makefile.in.orig Sat Dec 21 02:07:57 1996
|
|
+++ cyradm/Makefile.in Wed Oct 8 13:56:57 1997
|
|
@@ -21,8 +21,8 @@
|
|
RANLIB = @RANLIB@
|
|
|
|
DEFS = @DEFS@
|
|
-CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@
|
|
-LIBS = @LIBS@ @TCLLIBS@
|
|
+CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et -I$(prefix)/include/tcl8.1 @CPPFLAGS@
|
|
+LIBS = @LIBS@ -L/usr/local/lib -ltcl81 -lm
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|