mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
69b1385a3f
update to use Tk8.2. PR: 14452 Submitted by: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
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.2
|
|
+LIBS = -L$(prefix)/lib -ltcl82 -lm @LIBS@
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|